hi sir, i am trying to implement a code on stm32f103 board using keil microvision4 in c.sir the problem i am getting is the code not entering the main().it is getting stuck at one address: 0x08001534 BEAD BKPT 0xAB ,this is the part of startup_stm32f10x_hd.s, sir please help me. thanks
hi sir, thank you. can you please tell me how to use the MicroLIB and suitable retargeting ? I have run codes in devc++,but same code is not working in keil-microvision4.why is it so,could u please explain?
Review C:\Keil\ARM\Boards\Keil\MCBSTM32\Blinky serial.c retarget.c
So what exact code is failing?
If you don't provision suitable libraries to support the features you want, in the way that's need for the hardware you're using, then failure is likely to occur.
hi thanks for reply it was really helpful.now it is working fine.what is the purpose of retarget.c in blinky project?? could you please explain me.
So the printf() functions send data out the serial port?
printf("AD value: %s\r\n", text);