Problems with stmcubeide using the C++ lib

Good day
I am working on a home project to use condition minitoring with the following parts: mpu6050 , and
nucleo-l432kc.
I am haveing a problem solving flash overflowed errors and to add my sensor.
What was created with edge impulse with flash required should not given me that error.

Hello @Aesystem! Agree, for measurement and sensing you should not have any real challenges with resource utilization. Have you tried looking at: https://docs.edgeimpulse.com/docs/using-cubeai. This is the tried and true way of deploying on the STM32 devices.

1 Like

@Aesystem If you have a flash overload it might be related to STM32 - final elf binary is 60 times bigger than expected - which we try to track down - could you email me your STM32Cube.IDE project at jan@edgeimpulse.com ? I’ll see which macros / compile options should be set.