Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 3 months ago.
STM Bluepill Initial Stack Pointer Address
Hi
Im working with the Bluepill Board. I had to add the following:
targets/TARGET_STM/mbed_rtx.h
- elif defined(TARGET_BLUEPILL_F103C8)
- ifndef INITIAL_SP
- define INITIAL_SP (0x20004000UL) where??
- endif
Do you know where i have to place the initial stack pointer?