User Activity

Hi,I had a question regarding Bruno's excellent series on creating a simple bootloader.In part 3, there is an if statement which checks if something has in fact been loaded into the applications's flash region:// bootloader main.c if( ( *(uint32_t *)...