Resolved! STM32L496QGI3 Vbat pin connection
Hi, Can the VBAT pin on this part be left floating? I currently have the pin disconnected. Or should it be tied to VDD or GND in order for the part to function properly? Thanks,
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, Can the VBAT pin on this part be left floating? I currently have the pin disconnected. Or should it be tied to VDD or GND in order for the part to function properly? Thanks,
Hello,I am attempting to create a guitar hero-style game using the B-L4S5I-IOT1A board. I have an array representing the notes to play and wish to update the display every 125ms with a new gameplay frame (a given frame has the next 10 notes the user ...
Hi, I want to implement a sensor hub that can connect to multiple (e.g. 8 ) sensors (from the same type), collect data from them, aggregates the data into a single message and sends it out. The board will be custom, if necessary, and based on e.g...
I am using an stm32h563 nucleo 144 board, and I am frequently running into the issue that after a power cycle the LSE does not start.This is the relevant part of my SystemClock_Config: LL_PWR_EnableBkUpAccess();while (LL_PWR_IsEnabledBkUpAccess () ==...
Hello everyone, I hope you are well.I'm starting a new project using the STM32H573I-DK kit, where I would have to connect to AWS and publish the value of some sensors. The first step was following the webinar https://content.st.com/stm32h5-connects-s...
Hi all!I'm currently programming a pulser and have to write a list of registers. I prepared the communication on SPI (which works), only to realise the pulser can only be programmed over QSPI.Now I'm having some issues switching my code from SPI to Q...
Hi,I've been trying to adapt the current SPI driver in RIOT OS to support the U5 series(STM32U585AI), due to my lack of success I've been trying to sidestep RIOT for a moment and try to do must of the setup manually. But so far I have not been able t...
Dear all,In the last weeks we have started the production process of a specific equipment, using the new microcontroller STM32G031C6 and unfortunettly we have faced some problems after the programming process.The problem is that some devices were app...
Hi there,I have a touchGFX project with STM32F429BI, which uses the external SDRAM for the buffer, and the Nand Flash for the image.Both SDRAM and Nand Flash work well when turning off the other.But when I enable LTDC, the Nand Flash always gives an ...
I have timer 3, that i want to set up for input capture. But when enabling the alternate function. The pullup is not working. Also an external pullup of 10K does not work. GPIO setup: // TIM 3 Inputs (Pedal rot - PB5 / Torc PWM - PB1) my_GPIO_Ini...