Porting code from STM32 Nucleo (F103RB) to STM32F103VG
Hi, I am having an issue when I try to load code to my STM32F103VG device over the KEIL interface.
I have written code for the STM32 Nucleo-64 board which contains #STM32F103RBT6 device and it works without any issue. This is working in conjunction with the #PowerSTEP01 board.
I then port the code to the #STM32F103VG device and it is here that the issues begin
The code compiles and seems to load ok also, based on the KEIL interface status. But I have a thread running to flash a LED, and this LED does not flash.
When I change the microcontroller target device to STM32F103RB in the options screen, and reduce the thread stack sizes the code loads and runs. I then introduce the threads and the code runs as expected. I change the microcontroller target device to STM32F103VG and the code is operating as expected also.
While the issue is ongoing, if I launch debug mode the code is executing automatically before I get the chance to press F5.
Has anybody had any experience with this issue before?
Thank you
