Need memory map - STM32C011F6J6 project - built with HAL, using too much flash
I'm building a (relatively simple) application with STM32C011F6J6 using HAL for managing onboard peripherals. I believe moving some of the I/O code to LL or "bare metal" (direct register manipulation) would help reduce flash demand - 32K byte budget - but would like target these efforts.
Is there a way (perhaps using the linker that's part of STM32CubemX) to get a memory map telling me how much flash is occupied by each function call?
Thank you
