About 54 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. PIC数值模拟研究等离子物理是主流吗? - 知乎

    还有利用PIC模拟激光轰击氘靶进行惯性约束聚变的模拟,用于聚变靶的设计。 2010年以后的热点逐渐变成加入compton散射,BW和BH正负电子对产生的QED-PIC模拟,主要研究高能量密度 …

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

    Jul 16, 2022 · 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 …

  5. pic - Adapting Compilation Chain from MPLAB X IDE to VS Code …

    Dec 13, 2024 · My code builds fine in the MPLAB X IDE (v5.454), but for usability I want to use VS Code with the MPLAB extensions. My requirements include the use of the xc32 compiler …

  6. CPU Reset When Remapping the PIC Using Limine Bootloader in …

    Feb 17, 2025 · I'm currently developing an operating system that uses the limine bootloader and follows the limine boot protocol. However, I've encountered an issue: when I call init_PIC(), the …

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

    PIC数值模拟研究等离子物理是主流吗? PIC数值模拟是怎样的一个路子,用到了什么层面的物理理论知识,用到了量子场论的知识吗?

  8. pic - PIC16F84A Instruction BSF - Assembly - Stack Overflow

    Oct 19, 2014 · I am using the instruction bsf PORTB,COUNTto set a certain bit to 1 . In this instruction the address of COUNT is taken , I need to take the content of COUNT for example …

  9. config - PIC16F886 - set configuration bits - Stack Overflow

    Sep 8, 2020 · I am getting syntax errors while trying to set the configuration bits on a PIC16F886. The problem is that there are two configuration words and two configurations have multiple …

  10. Blinking an LED with a PIC18F4550 using Assembly code

    Jul 26, 2023 · I have recently started using a PIC18F4550, and my first attempt at programming it in assembly was to make it blink one LED on a loop. However, I do not have very much …