STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD card driver for NUCLEO-L433RC-P ?

I have the NUCLEO-L433RC-P development board and looking for some code that will allow me to read and write to a micro SD card, but I can't seem to find anything in the example code for this processor.I found some SD card example code but they were f...

johngj by Senior
  • 3045 Views
  • 22 replies
  • 2 kudos

Resolved! How to use usb cdc_receive_hs on main() ?

Hey. I'm trying to create a program that receives 4 bytes long strings from my pc and transfer them through an spi connection to a peripheral device, throught a usb connection.I've set my stm32 nucleo board up as a usb device and generated the requir...

STM32747IGT6 IBIS Model Issues

Hi, We are trying to run a signal integrity simulation of STM32H747IGT6 in Altium Designer. However, all of the reflection waveforms for signals driven by the device are around 0 volts (basically noise, no driver). We've noticed there is some errata ...

slc2015 by Associate II
  • 4386 Views
  • 4 replies
  • 0 kudos

SAI with blocking mode

Hello, I have this code     // Initialiser le bloc A fresult= HAL_SAI_Init(&hsai_BlockA1); if (fresult != HAL_OK) { return HAL_ERROR; } // Initialiser le bloc B fresult= HAL_SAI_Init(&hsai_BlockB1); if (fresult != HAL_OK) { r...

DYann1_0-1704728511248.png DYann1_1-1704728708060.png
DYann.1 by Senior II
  • 3969 Views
  • 28 replies
  • 1 kudos

STM32F4 StdPeriph GPIO_MODE

i use nucleo-f446ze learning how to use STM32F4 stdperiph,but in STM32F4XX_GPIO.h,GPIO_MODE only have 4 mode,GPIO_Mode_IN = 0x00, /*!< GPIO Input Mode */GPIO_Mode_OUT = 0x01, /*!< GPIO Output Mode */GPIO_Mode_AF = 0x02, /*!< GPIO Alternate function M...

Resolved! Failing to read useful data from ADC of STM32f411

Hello,upfront, it might be an incredibly dumb problem on my behalf as I am fairly new to this.For a couple days now I have been trying to read out the voltage through the onboard ADC configured for 12 bits but all I am getting back are values in a si...

config.png
Qwyntex by Associate III
  • 2418 Views
  • 7 replies
  • 0 kudos