2019-12-18 05:09 AM
I have a CubeMX project that I started with the STM32L010K4, and due to hitting the limits of flash memory I wanted to update to use the (identical but with 64k flash) L010K8... however I can't see any way to achieve this in CubeMX.
If I search for pin-compatible MCU's it offers L011, L021, L031... but not the other L010 in-series, and I can't find any way (short of re-starting the project or fiddling with the XML project files) to migrate across.
If I switch the project to (for example) a compatible L011 and then back to L010 it only offers the K4 (16k) not the K8 (64k) variant.
If I start a new project and select the K8, CubeMX then offers me a huge list of compatible micros including the L010K4... seems like some sort of bug in the way it decides what's compatible?