About 52 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 - MPLAB X IDE 6.15 Assembly Toolchain - Stack Overflow

    Sep 24, 2023 · For the PIC microcontroller's I prefer to work in assembly, however I am have issues setting it up. I installed MPLAB X IDE 6.15 and read that it doesn't come with any toolchains pre …

  5. pic - PIC18F4580 isn't turning the LED on in Proteus - Stack Overflow

    Dec 4, 2023 · There are 2 problems: In proteus you have to connect power to "VPP" pin (pin number 1 in the microcontroller at the bottom right). In code PORTB used to read inputs on pins (reads the …

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

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

  7. pic - How to read multiple ADC channels using PIC24; can only get …

    Mar 7, 2021 · I am using a PIC24 to read data using 3 analog inputs but am only getting 1 to show the right result. I looked everywhere on the internet and am still not able to get the code to work. I am …

  8. pic - XC8 Interrupt Configuration - Stack Overflow

    Nov 13, 2015 · I am trying to write a timer interrupt for a pic16f887. I have checked on several websites and most of them recommend writing the interrupt subroutine as void interrupt Name (void) however …

  9. How do the bank switching in PIC assembler? - Stack Overflow

    It's best to just use BANKSEL to do your bank switching automatically. It is a special assembler directive the tells the assembler to switch to the correct bank. So, if you wish to access PORTB, just …

  10. How to compile PIC microcontroller assembly code via command line?

    Jul 10, 2023 · 1 I am using Microchip's MPASM compiler to program PIC microcontrollers in assembly language. However, I would like the option of using a text editor of my choice and compiling my code …