STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32N6 VENC + NPU + Camera linker script

Hi all,I am currently trying to merge the STM32N6 VENC_SDCARD Project with my Codebase that is based on the STM32 Modelzoo Object Detection (https://github.com/AlexGraefe/STM32N6CameraEvaluation). However, naively copy-pasting the code does not work....

devjalx by Associate II
  • 52 Views
  • 2 replies
  • 0 kudos

USB CDC Host SetControlLineState

HiCan anyone please show me an example of a working USB CDC Host sending the SetControlLineState command? This hasn't been implemented in the STM32 HAL drivers/middleware but it should be a simple thing to add.SetControlLineState is used to signal t...

SysTick in Standby and Sleep mode

Hi,I am using Nucleo-L476RG. My I want to send data over SPI every 20000ms and during this 20000ms MCU will goes in sleep/standby mode. I want to keep track time of last 2 SPI data transmission.But the issue is HAL_GetTick() reset after waking up fro...

mangesh1 by Associate II
  • 52 Views
  • 5 replies
  • 1 kudos

Resolved! Reading only zeroes from flash

Hello, i am trying to store adc calibration data in flash on my H7A3 project.Writing the data (64byte, flash addr 16byte aligned) is successful (at least i hope, since i get no errors), but when reading the same data back from flash via that same Ban...

95lux by Associate II
  • 90 Views
  • 3 replies
  • 4 kudos

Resolved! STM32H7 jump to application from bootloader

Hi everyone, I'm having trouble jumping to the app from the bootloader.The application is located here, writing doesn't give me errors. So I assume the problem is Jump.#define FLASH_USER_START_ADDR ADDR_FLASH_SECTOR_2_BANK1 Il main del bootloader è...

Giovanni3 by Associate III
  • 118 Views
  • 3 replies
  • 1 kudos