2016-09-30 02:59 AM
Hi,
I programmed simple GPIO high/low code on STM32F091VB through STVP but not getting any output from it. First, i configured BOOT OPTION BYTE then i was able to flash the microcontroller successfully. Refer attachment for option byte configuration.I checked my program and hardware, it doesn't seems to have any problem.I think STM32F091VB is not executing program in current configuration. Plz suggest if there is any config. for boot and other thing. #stm32f091vb2016-09-30 03:23 AM
Hello,
I recommend to you this for more information about Boot configuration.Regards2016-09-30 05:17 AM
Hi,
Thank you for your response,but i referred that user manual also and didn't got any solution.2016-09-30 06:10 AM
Assume no one here is familiar with your specific design choices, unless you detail them. If this is a custom board provide a schematic, you can limit that to the STM32 connectivity if required.
Make sure you have BOOT0 pulled low. Confirm what NRST is doing over the startup procedure. Use a debugger, understand what is and isn't happening. If you stop execution where is it stopping? Add code into Reset_Handler so you can indicate on a GPIO/LED, or USART early that it is alive.