STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why CubeMX use so many memory? I create the blink test from Stepbystep on NUCLEO-L011 with default settings (UART disabled). When I compile the project, it takes 77% of RAM and 33% of Flash.

There is somthings wrong in settings of my CubeMX?There is some optimizzatione that I can do?If I don't use CubeMX ( and so I don't use HAL), there is another libraryes that I can use in order to manage the MCU without managing register ?Thanks.

ABatt.1 by Senior
  • 385 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F1 TIM and DMA Normal Mode?

Hello. I'm trying to play a music file using PWM with STM32F1. For this, I saved the sound data in flash memory with appropriate resolution. Using Timer 2 and DMA, I transfer the data to TIM2-> CCR1 register. Sampling Frequency 8 Khz. DMA Circular M...

FYOL.1 by Associate II
  • 1414 Views
  • 3 replies
  • 0 kudos

STM32 application split up

I'm working on an STM32L432KCU microcontroller. I want to develop two applications on the same MCU:An "OTA" app. This would load first. It uses a cellular modem to check for, and download firmware updates, and overwrite the existing application. Othe...

Trap NULL pointer dereference

Hi,We are using STM32H750 for the new product development. The IDE is IAR Embedded Workbench and the RTOS is uC/OS-II.We found that it is OK to dereference NULL pointer on STM32H750. Any way to trap NULL pointer dereference to generate an access vio...

ckw089 by Associate II
  • 1478 Views
  • 4 replies
  • 0 kudos