cubemx project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-16 6:25 PM
I use cubeMX version6.0.0,generate a simple serial port project, I need to click three times 'run' can run to the main function(break point) use jlink in debug mode ,
The serial port tool has output character,. But direct download and re power-on does not work.
Self-made board: stm32f446ret, other projects(mbed os) can be downloaded and run directly. In debug mode, only need to press run once, there is no problem with the board
- Labels:
-
STM32CubeMX
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-16 6:34 PM
> Self-made board: stm32f446ret
> there is no problem with the board
Maybe you're right, but the simplest explanation is BOOT0 isn't pulled down, or some other hardware issue. If you give the STM32F4 power, it will run the code in flash memory, barring special cases like NRST held low or SWD halting the core.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-16 6:58 PM
Confirmed BOOT0 is pulled down.how to confirmed special cases like NRST held low or SWD halting the core on my project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-16 7:16 PM
Use a multimeter to measure NRST and disconnect the debugger before power cycling.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-16 7:38 PM
I disconnect the debugger and power-on, measure NRST from low to high
