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

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

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

    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 …

  3. 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 …

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

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

  5. pic - Difference between PORT and LAT on an PIC18F - Stack …

    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 …

  6. c - Debounce button in PIC - Stack Overflow

    Dec 1, 2020 · I use a PIC12F675 MPLAB and XC8 to make a LED blink pattern and I have a problem with the push button (after review it calls bounce and debounce). Sometimes when I …

  7. 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

  8. 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 …

  9. MPLAB X IDE PIC assembly program throwing syntax error on lines ...

    Jun 9, 2020 · MPLAB X IDE PIC assembly program throwing syntax error on lines containing labels Asked 5 years, 7 months ago Modified 5 years, 5 months ago Viewed 9k times

  10. How can I use C macros to define PIC microcontroller pin names?

    Oct 15, 2018 · PIC microcontrollers have 3 basic registers to set GPIO (General Purpose I/O) pin status. These are: TRIS (Tri-status, the direction register. Sets the pin as in or out) PORT (The …