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 camera isp restart issue

Dear all,I have a working camera + video encoder solution running with LCD display disabled.I have one preview thread that displays camera data on the LCD, this thread can be suspended and restarted. While the first run looks fine, the output has a g...

svogl_0-1776688594963.png svogl_1-1776688607725.png
svogl by Associate III
  • 131 Views
  • 0 replies
  • 0 kudos

SPI MISO not working with LIS2DUX12

I've been using a nucleo l476rg with a LIS2DUX12 sensor and I need to use the SPI protocol, but came as a surprise that the MISO line is not working. When it's not getting 0xFF (should be 0x47), gets inconsistent values. Tried changing CPHA, CPOL, pr...

miso_error.png

Resolved! Custom UART driver via CMSIS for STM32c031c6

Hello my friends, I hope you are doing great.I am trying to create a custom driver for UART peripheral with CMSIS register header files.I have created a build system using the board files and linkers and make. So far I have been able to make drivers ...

Resolved! Erasing Internal Flash in NUCLEO-H533RE

I am not able to erase a section of internal flash of the NUCLEO-H633RE.Using the debugger I see the Flash is all 0x00 before I try to erase.  I verify that Flash is not locked i.e.if (*FLASH_NSCR && LOCK) { *FLASH_NSKEYR = 0x45670123; *FLASH_NSKEY...

BrucePB by Associate II
  • 203 Views
  • 2 replies
  • 1 kudos