Unable to run program on STM32F091VB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-30 2:59 AM
Posted on September 30, 2016 at 11:59
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. #stm32f091vb
Labels:
- Labels:
-
STM32F0 Series
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-30 3:23 AM
Posted on September 30, 2016 at 12:23
Hello,
I recommend to you this for more information about Boot configuration.RegardsOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-30 5:17 AM
Posted on September 30, 2016 at 14:17
Hi,
Thank you for your response,but i referred that user manual also and didn't got any solution.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-30 6:10 AM
Posted on September 30, 2016 at 15:10
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.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
