Loading...
 
Skip to main content

System Workbench for STM32


Issue on debug session NUCLEO-F091RC

Hi Laurent,
the simple GPIO toggle works well. I changed the memory because I want to create a bootloader firmware starting from the GPIO toggle.

/* Memories definition */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K - 192
ROM (rx) : ORIGIN = 0x8000000, LENGTH = 12K
}

Best regards,
Andrea