why the MCU stm32L011F3 has so small flash memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 12:51 AM
the MCU stm32L011F3 has only 8k flash ,and without standard peripheral library, only HAL and LL library, as i know, the Optimization of HAL is lowest all of them, and LL driver is little Readiness,
can any one tell me, is that the HAL driver can execute successfully in stm32L011F3 ?
thanks a lot!
Solved! Go to Solution.
- Labels:
-
Flash
-
STM32L0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 1:26 AM
If you want to use HAL then choose another model with bigger flash. 8K flash models are obviously targeted for simple applications written in CMSIS or even assembly.
You don't buy a little 2-place car and then complain that your entire family can't have a ride.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 1:26 AM
If you want to use HAL then choose another model with bigger flash. 8K flash models are obviously targeted for simple applications written in CMSIS or even assembly.
You don't buy a little 2-place car and then complain that your entire family can't have a ride.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 1:56 AM
Flash is one of the most expensive components on the silicon, both in size and in costs.
There are many commercial mass market projects that screw Cube/HAL, and go for the cheapest MCU that does the job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 2:15 AM
en ok,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 2:15 AM
thank you for your reply, i understand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 2:15 AM
thank you for your reply, i understand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-27 2:17 AM
i will do some optimazation for my project
