About 11,500,000 results
Open links in new tab
  1. 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 …

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

  3. What are the differences comparing PIE, PIC code and executable …

    The test is on Ubuntu 12.04 64-bit. x86 architecture. I am confused about the concept Position Independent Executable (PIE) and Position Independent code (PIC), and I guess they are not …

  4. pic - Is this a safe way to disable interrupts on PIC24 ... - Stack ...

    Jul 2, 2020 · Enable interrupt There are several ways to disable an ISR on this PIC. Including: Use the DISI instruction, or clear the GIE bit, or alter interrupt priority levels. But I have chosen …

  5. pic - Read Microchip hexfile - Stack Overflow

    Aug 17, 2021 · I have inherited a hex file for a PIC design, which contains the programming for a USB device. Is there a way I can open it in order to find out exactly what it means and how it …

  6. embedded - How to reset a PIC18 in C? - Stack Overflow

    Dec 22, 2019 · The PIC 16x series micros have 8 stack levels. Each time a procedure is called, one stack level is used up for the return address. It is a circular buffer, so even if the micro is 7 …

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

  8. WDT Reset Issue during Sleep on PIC12F675 - Stack Overflow

    Aug 9, 2023 · I'm working on a project using a PIC12F675 microcontroller. My goal is to read voltage using the built-in ADC on GPIO1, and based on the measurement result, I want to turn …

  9. How to implement SLEEP mode on a PIC12F675 microcontroller?

    May 1, 2023 · I am working on a project where I need to conserve power (I am using two AA batteries) by putting a PIC12F675 microcontroller into low-energy consumption mode. …

  10. pic - How to calculate total press time of button using timer

    Mar 19, 2020 · I am new to pic controller. I am using pic 16F887. I want to calculate the total time of the button press. And that time I want to use as a delay to blink led. And i can change that …