Hi,
I am working on STM32F107VC controller.
When I tried to perform system software reset NVIC_SystemReset(), reset is not happening.
When tried to debug, After NVIC reset, it is going to 0x1fffe71c location.
The system is not getting reset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-04 11:25 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-05 9:17 AM
Pull BOOT0 low to ensure it measures as VIL as the supply rises.​
Entering the loader suggests it sees VIH​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-05 2:10 AM
That is in the bootloader. How is the BOOT0 pin set?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-05 3:38 AM
BOOT0 pin is not connected anywhere. It is left idle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-05 4:43 AM
AN2586 section 3. Which binary level does a floating pin have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-05 8:57 AM
BOOT1 is not available. BOOT0 is left floating.
When power supply is given, at BOOT0 pin , a high pulse is observed with 1.6V, 5.4ms. The snapshot is attached.
Will it cause any bootloader issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-05 9:17 AM
Pull BOOT0 low to ensure it measures as VIL as the supply rises.​
Entering the loader suggests it sees VIH​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-12-08 8:37 AM
System Reset works fine now after pulling Boot0 pin lo low.
Thanks everyone for your help!!
