Create Bootloader using STM32CubeIDE. Is there any way to reduce code size for SystemClock_Config so I can get bootloader down to 4k
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-26 8:51 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-26 11:48 PM
Yes, write this function yourself. Using for bootloader Cube libraries isn't a good idea, they use too much memory.
