• Soft Reset
    I have an STM32F205 processor in a battery backed up circuit. The battery is normally non connected, it can be connected via switch or GPIO. The problem is that if the IWD (Independent Watch Dog) fires...
  • Soft Reset
    I'd like to perform a "warm restart" by running the startup routines upon detection of an error. How can I "goto" the reset vector using C51? For example: void main(void) { ... ... val = CheckForError...
  • Evalboard MBC4300, SPIFI
    Hello, I would like to use the SPIFI memory (S25FL032) of the MBC4300 Eval board from my application. In the software packs I only find CMSIS Driver/Flash (API) for AT45DB642D. I assume (but did...
  • Running 'RTX_Blinky' from SPIFI
    Hello, I'm using the LPC-LINK2 board (LPC4370) as a development board, and starting (as usual) with the Blinky examples. The Blinky example whithout using the RTX is functioning properly, as well...
  • How to get SPIFI working on MCB1857
    I'm looking for example where SPIFI reading is working when controller is booted from other sources other than SPIFI, I'm trying to store images and display on LCD, I'm able to program it but not able...