STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unreliable can wth STM32F0 and HAL, perfectly reliable with mbed

I'm having trouble reliably sending CAN messages using the HAL functions (STM32CubeIde) in the way I found in some examples. In those, a message is sent by calling HAL_CAN_AddTxMessage(), but for me that causes nothing to be sent unless I manually cl...

Jopj by Associate II
  • 1324 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 system boot USART

Hello.There is a board with 2 stm32 MCU, one of them is stm32l452. I need to upload a firmware to stm32l452 using system boot. When it starts in system boot mode, second MCU sends 0x7F waiting acknowlenge byte (0x79) but there isn't a responce. After...

DHunt.2 by Associate II
  • 769 Views
  • 2 replies
  • 0 kudos

Code Coverage for DUAL CORE STM32H745XI https://www.segger.com/products/development-tools/ozone-j-link-debugger/

We Want to Log Code Coverage Report for STM32H745XI Dual core CM7 and CM4 Controllers .With single Core Single Project the code coverage is not working we are using OZONE IDE and SEGGER PRO . We need help if SINGLE CORE CODE COVERAGE how ot trigger t...

0693W00000NqCbuQAF.png 0693W00000NqCfbQAF.png

STM32F3 Write in FLASH HAL_FLASH

Hi!I'm trying to save values in the FLASH memory, but the values don't are saved. I've implemented erase command in order to preform flash_program command. I'm using a NUCLEO64 - STM32F303RE...if(HAL_FLASH_Unlock() != HAL_OK) {   debugPrintln(&hu...

0693W00000NpytFQAR.jpg
ACast.5 by Associate
  • 1446 Views
  • 1 replies
  • 0 kudos

Resolved! How to load elf directly into SDRAM of STM32H757i-eval board.

Hello,I'm curious if there is any way how to load correctly linked elf file into the SDRAM of st32h757i-eval board. By correctly linked elf I mean everything is either linked into SDRAM or to some of the SRAMs. E.g. readelf -S of the elf looks:There ...

kgardas by Associate III
  • 1603 Views
  • 2 replies
  • 0 kudos