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

STM32 CAN FD ISO Nominal 500kpbs Data 1Mbps

Hello,I am using STM32 microcontrollers on CAN FD ISO buses.The problem is that I am not able to configure CAN FD bus with a nominal rate of 500kbps and a data rate of 1Mbps. All others configurations are working as expected, see below all combinatio...

BBute.1 by Associate II
  • 357 Views
  • 5 replies
  • 0 kudos

Resolved! STM32G0 Engineering bytes programming

What is the sequence and APIs to erase and program the Engineering bytes?There are APIs to handle Main flash, and APIs to handle OTP, but it is not clear how the Engineering bytes should be handled.Thanks

STM32U031 SPI receive data of arbitrary length

Greetings!I am using the STM32U031 with STM32CubeMX HAL as an SPI Slave and would like to receive data that has variable length (max 50 bytes). I am using software NSS and my current approach is to start a DMA Rx/Tx transfer (using HAL_SPI_TransmitRe...

FlokRo by Associate
  • 868 Views
  • 2 replies
  • 0 kudos

STM32N6 VENC Hardware Handshake with MJPEG encoding

The VENC peripheral on the N6 boasts a hardware handshake path with the DCMIPP peripheral, potentially allowing full compression of each frame to occur with very little active RAM. From what I can find, the DCMIPP capture starts, then the VENC is tol...