• PIN OUTPUT HIGH
    HOW TO MAKE GPIO PIN HIGH AT OUTPUT?
  • output led high in lpc1788
    I use the following codes to output high in Port 0_15 but no success ,can someone help me ? #include "LPC177x_8x.h" int main(void) { LPC_IOCON->P0_15 = 0; LPC_GPIO0->DIR |= 0x00008000; LPC_GPIO0...
  • arm_cmplx_mag_f32() producing all-zero output
    Hi, I'm trying to use arm FFT from the DSP library. The provided example (arm_fft_bin_example) is working, but once I use my own sinus wave values, I see an unexpected behavior. The values in arm_fft_bin_example_f32...
  • IAP for all flash
    Hi, I'm using LPC2468 I want to replace all the flash code in the internal flash at site. I have an external flash that I can download the new firmware to it (using serial or ethernet) then I want...
  • Flash access problem at high temperatures
    Hello, I am using C8051F124 processor for one of the project. The processor has 128KB on-chip, reprogrammable Flash memory for program code or non-volatile data storage. I use GUI to read the flash...