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
Ask questions, find answers, and share insights on STM32 products and their technical features.
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
void HAL_HRTIM_CounterResetCallback(HRTIM_HandleTypeDef *hhrtim,uint32_t TimerIdx){a++;}//void HAL_HRTIM_ErrorCallback(HRTIM_HandleTypeDef *hhrtim);/* USER CODE END PFP *//* Private user code ---------------------------------------------------------*...
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...
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...
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...
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.
Hi Team, We are utilizing the STM32F373VC controller in our product. However, we have observed that the controller hangs after performing an RS test and only recovers after a power cycle. The device functions normally under other conditions. Below ar...
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...
Hello folks,I have an issue with STM32L051C8T6 - processor halt always on HAL_RCC_ClockConfig verification and have no idea where it's coming from.I made a simple blink project with only two lines of code as a new CubeIDE project (all defaults) with ...
Posted on January 02, 2008 at 13:54critical section example