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

Resolved! STM32U5A5VJT6Q VDD11 connection

Hi,STM32U5A5VJT6Q has 2 VDD11 pins. Should these be connected together using an external trace on a PCB? I did look at Nucleo U5A5ZJ-Q schematic but I'm still not sure.Thanks,Adam

awocrf by Associate III
  • 409 Views
  • 1 replies
  • 1 kudos

USB Microphone

I'm trying to send a Audio data from MEMS microphone to Device through USB. I had defined a configured a descriptors accordingly. But I'm facing Error message that is *!*ERROR: No open pipes!.[Port1] : USB Composite DeviceIs Port User Connectable: ye...

pugazh19 by Associate
  • 430 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F103 SPI Master receive only mode

MCU : STM32F103VET6 (Master & Slave) STM32 Cube MX : 6.12.0 Firmware package version : 1.8.6 Master MCU configure- Receive only Master- NSS : Disable ( However, different GPIO sent a signal for the slave NSS )- Clock 72 Mhz - SPI Prescaler:  4 (9.0 M...

Ryuyeon by Associate
  • 286 Views
  • 1 replies
  • 0 kudos

flash programming disable

hello everyone.. I am using the STM32F429 Discovery board and want to prevent reprogramming of the internal flash after initially flashing the firmware. Once the code is programmed, it should continue to run normally, but no further programming acces...

Resolved! STM32F407 and CAN protocol in Loopback mode

Hello everyone,I'm trying to use the loopback mode on the  STM32F4DISCOVERY. I configured the CAN peripheral and i started the transmission by adding data but when i try to verify the reception process i can't find data in the RxHeader. 

Azizz by Associate III
  • 986 Views
  • 7 replies
  • 1 kudos

Resolved! SPI Receive Only DMA

Hello,I am using an STM32F401 board and trying to read a sensor using DMA. The sensor is a receive only sensor, i have tested with block SPI if the sensor works and it does. I am trying to read the sensor via DMA as it must be implemented with multip...