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.
2019-02-27 01: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.
2019-02-27 01: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.
2019-02-27 01: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.
2019-02-27 02:15 AM
en ok,
2019-02-27 02:15 AM
thank you for your reply, i understand
2019-02-27 02:15 AM
thank you for your reply, i understand
2019-02-27 02:17 AM
i will do some optimazation for my project