Has anyone successfully used an SD card with STM32L471RGT6?
I have followed the directions below but keep getting failure to create FS. https://community.st.com/s/article/how-to-create-a-file-system-on-a-sd-card-using-stm32bubeide
I have followed the directions below but keep getting failure to create FS. https://community.st.com/s/article/how-to-create-a-file-system-on-a-sd-card-using-stm32bubeide
I want to know which stm32 series have 6 uarts interface?
I am trying to establish Serial communication between Arduino and Nucleo-f411re,I have connected the TX of Arduino to PA10 (UART 1 RX) of the Nucleo, I have tried using a voltage divider also but t did not workNucleo code#include "stm32f4xx.h" ...
Hello all,I am very lost and would appreciate any advice. Currently, my final goal is to send an ADC buffer using HAL_UART_Transmit_DMA. But I am stuck on transferring a chronologically ordered array starting from 240 - 289. #define ADC_BUF_LEN 50uin...
I am trying to do control one STM32-L476RG using another STM32-L476RG via UART/USART. For now, I would like to turn on the LED of the "slave" STM32 using UART from the "master" STM32. Is that possible? If so, how? Thanks.
I'm using an STM32L051R8 in STOP mode with a 32.768KHz external crystal (LSE) that drives the RTC.I have set the RTC to generate periodic wakeup interrupts every X seconds, It's working.But I also want to wakeup using the external interrupt, whenever...
Hello, I'm trying to implement the temperature sensor TSYS01 on STM32U575I-EV.The datasheet of the sensor tells to reset the sensor first so I'm trying to do this like this:HAL_I2C_Master_Transmit(&hi2c2, 0x77 << 1, 0x1E, 1, HAL_MAX_DELAY);0x77 << 1 ...
I wanted to know if there was any external power supply available to power the STEVAL-STWINKT1B board instead of giving it power through the laptop or the provided battery pack. I wanted to implement it in an industrial setup and keep it on for the ...