STM32 MCUs Machine learning & AI

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is meaning of the " region `RAM' overflowed by 4240 bytes" error while compiling ASC source code with STM32Cube.IDE?

........... Omission. ..............................=cortex-m4 -std=c99 -g3 -DSTM32L475xx -DUSE_HAL_DRIVER -DUSE_STM32L475E_IOT01 -DPRIORITY_RTOS -DARM_MATH_CM4 -D__FPU_PRESENT=1 -c -O2 -ffunction-sections -Wall -fstack-usage -MMD -MP -MF"Drivers/BSP...

ChipHead by Associate III
  • 161 Views
  • 2 replies
  • 1 kudos

Deploy NN models on STM32L4R5ZI-P

I'm new to use STM32 boards. I have encountered problems when I try to deploy a pre-trained NN model on STM32L4R5ZI-P. When I have converted my NN model by using STM32cubeAI embedded in STM32cubeMX. It gives me a project folder. What should I use to ...

CShen.1 by Associate
  • 315 Views
  • 1 replies
  • 1 kudos

Resolved! ai_instrumodel_data_weights_get() causes "has no member" error in AI_BUFFER_OBJ_INIT struct (instrumodel is the model name)

Calling the ai_instrumodel_data_weights_get() function has problems with the AI_BUFFER_OBJ_INIT struct in "ai_platform.h". I'm following this guide exactly step by step: https://www.digikey.com/en/maker/projects/tinyml-getting-started-with-stm32-x-cu...

JTedot by Associate II
  • 113 Views
  • 2 replies
  • 0 kudos