Hi,
I am developping on a custom board designed for testing the STM32F107 in a robotics application.
I have two jumpers on BOOT1/BOOT0. I set both BOOT0 and BOOT1 to 3.3V using a pullup resistor (10k), expecting the device to boot from RAM.
But after setting boot mode to RAM in the Ride7 project, I only get an error message while trying to debug the target:
"Wrong boot mode: FLASH mode.
Expected: RAM mode. Aborting"
So, what's the point? I am using a STX-Rlink.
Thank you by advance for replying.