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

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

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

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

  6. COBOL Data types - Stack Overflow

    Jun 8, 2010 · COBOL really only has two data types: Numbers and strings. The layout of each field in a COBOL record is precisely specified by a PICTURE (usually abbreviated PIC) clause. The most …

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

  10. Delay by x microseconds in C for pic18f - Stack Overflow

    Feb 2, 2011 · I need an accurate time delay function written in C that delays the pic program execution by a given number of microseconds. I did find an example on microchipc.com which uses ASM, but …