2019-06-28 08:41 AM
I recently started a project with the L100 using SPL and it worked out great. I also was looking to migrate to a newer chipset family L0 but found out there wasn't an SPL available for the L0. I will dig into the manual but want to know if it is a big deal to port the SPL code from L1 to L0 family. Anyone has done it before please give me some initial pointers. Thanks!
ED
2019-07-09 06:12 AM
I am sure no limitations was present in the code since I practically converted simply the original SPL L1 template code to L0 without much of anything else (STM32L1xx_StdPeriph_Templates). The only difference is that I did consolidate all the stm32l1xx lib files into the self contained folder (zip attached here). This should be easily accomplished if the tool was working as it's supposed to. I'd like to ask you to give it a try and see if you can reproduce the errors. Thanks!