• IAP call when running RTOS
    Hi, I'm trying to use the IAP routine to change the active flash bank on an LPC4357 with uVision V5.15. The application uses the Ethernet Network interface and the CMSIS-RTOS RTX. Does anyone know...
  • declaration after function call
    I just started using kile c51 compiler with µVision. My problem is only a stylistic issue. While initializing my controler: <dir> unsigned char dummy1 = 0xFF; /* call openADC0 */ openADC0(...
  • Unable to program LPC2141 after IAP routine
    I wanted to write a bootloader for the LPC2141 whilst running USB communications which are required during the write in my application. To do this, I ignored the suggestions about disabling interrupts...
  • Crash when using FPEC after IAP with STM32F103
    Hi, I work with µVison4 and a STM32F103RC. My software use lot's of peripherals (adc, usart, ...) and there is also an EEPROM Emulation (Using flash and FPEC). It works well when the code is loaded...
  • IAP doesn't work after a power cycle
    A moderator can delete my previous post since it is no longer a problem. If I need to post a solution, I will. I have a LPC2368 within my system that accepts a file to then program itself with. ...