Hi Champs,
My customer want to keep GPIO status after jumping application code to bootloader code for firmware update.
My question is..
1) Can I keep GPIO status during software reset? If possible, they want to jump into bootloader by software reset.
2) The startup code(_c_int00) in UART Bootloader example file has periphInit() function in systemInit() for peripheral reset. I think the peripheral reset can change GPIO status. Is it correct?
3) Can you give some guidance about bootloader's start up code for this purpose?
Thanks,
Steve