About 55 results
Open links in new tab
  1. 为什么国内使用microchip的PIC单片机的工程师越来越少了? - 知乎

    为什么国内使用microchip的PIC单片机的工程师越来越少了? 我是从各大电子工程师论坛看到PIC版块很冷清。 是因为该单片机价格高吗? 个人感觉产品稳定性很好啊,比stm32要好,8位、16位、32位 …

  2. What does compiling WITH_PIC (-DWITH_PIC, --with-pic) actually do?

    When compiling binaries from source, what are the real-world differences between generating PIC objects or not? At what point down the road would someone say, "I should have generated/used PIC …

  3. PIC数值模拟研究等离子物理是主流吗? - 知乎

    PIC数值模拟研究等离子物理是主流吗? PIC数值模拟是怎样的一个路子,用到了什么层面的物理理论知识,用到了量子场论的知识吗? 计算结果精度,准确性如何? 显示全部 关注者 77

  4. c++ - GCC -fPIC option - Stack Overflow

    Mar 15, 2011 · I have read about GCC's Options for Code Generation Conventions, but could not understand what "Generate position-independent code (PIC)" does. Please give an example to …

  5. Bit size of PIC S9(13)v99 in COBOL - Stack Overflow

    Jan 28, 2025 · I read somewhere that PIC s9(13)v99 takes 54 bits of storage such that 1 full word(36 bits) and 1 half word(18 bits). Could someone please explain? TIA

  6. PIC Assembly - Checking Status of Push Button - Stack Overflow

    Nov 1, 2013 · PIC Assembly - Checking Status of Push Button Asked 12 years, 2 months ago Modified 12 years, 2 months ago Viewed 10k times

  7. MPLABX 5.40 MPASM Assembly PIC - Stack Overflow

    Oct 2, 2020 · I would like to ask about your experience with MPLABX 5.40 supporting MPASM on a 64bit windows machine? I can't see it in the listed compilers when creating a new project (I see only …

  8. pic - STM32/ESP32/PIC32 + multiple SPI devices - Stack Overflow

    Nov 21, 2022 · I am developing a measurement system, comprised of a MCU (being STM, ESP or PIC), multiple (let's say 8) ADCs sending data over SPI. ADCs are to be triggered using a SYNC signal so …

  9. pic - Difference between PORT and LAT on an PIC18F - Stack Overflow

    Oct 25, 2021 · I am currently working on a PIC18F and I wonder what the difference is between a PORT and a LAT because looking at the documentation of the PIC18F they both do the same thing.

  10. PIC Programming: Moving Literal to File? - Stack Overflow

    May 30, 2018 · There are two 8 bit PIC families and instruction sets, PIC16 and PIC18 (and even PIC12)! Remember this is RISC (reduced instruction code set). The single PIC16 instruction is 14 bit …