STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

to run the code in keil

I created a project based on stm32h743 ,ARM M7 in keil through cubeMX, so my problem is, i need to run the code in debug ,for that i need to press the run button  3 times , then only my code execution is starting ,otherwise it does not , so please pr...

Change flash memory in linker

I change the flash memory in the linker file from 0x8000000 to 0x8006000 and size from 512k to 484k.My program crash on HAL_Delay i think the issue is from the address that i change it from the linker so what else i have to change to my programme wil...

Helmish by Associate II
  • 1078 Views
  • 2 replies
  • 0 kudos

Resolved! "Matrix switch"

hello,"I need some help on how to build an 8x8 relay matrix and how to control it with my STM32 board."

Zhani98 by Associate
  • 1113 Views
  • 3 replies
  • 0 kudos

Hard Fault after call to static library

I'm using a BSEC static library for BME688 sensor. My application project builds fine. As soon as I reach the first BSEC function (which is provided by the "libalgobsec.a" static library), program goes to hard fault interrupt handler.My best guess wo...

lgacnik97 by Associate III
  • 1688 Views
  • 2 replies
  • 0 kudos

HAL_UARTEx_ReceiveToIdle_DMA repeating same data

I am currently using HAL_UARTEx_ReceiveToIdle_DMA and getting results that don't make sense to me. My main function is very simple: int main() { MX_DMA_Init(); MX_UART4_Init(); HAL_UARTEx_ReceiveToIdle_DMA(&huart4, rxDmaBuffer, sizeof(r...

aweav1 by Associate
  • 1000 Views
  • 1 replies
  • 0 kudos

Resolved! Problem with FreeRtos

Hi We are using product STM32H56 series , I am encountering problem while building my project .I am STM32cubeIDE , trust zone enabled .I enabled X-CUBE-FREERTOS  M33non secureIn software package I installed   -STm X-CUBE-FREERTOS  -CMSIS RTOS2-TZ_non...

Kendall7_0-1711443563549.png
Kendall7 by Associate II
  • 879 Views
  • 1 replies
  • 0 kudos