STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 nucleo SPI various size (len) problem

Posted on December 06, 2017 at 23:53Using  HAL_SPI_Transmit function with variuse size I can hang SPI. It should send every time 10 chars, but sending it only one time. All the rest equal to first set size.HAL_SPI_Transmit(&hspi1, (uint8_t *)buff_tx...

0690X0000060954QAA.png
embvis by Associate III
  • 501 Views
  • 0 replies
  • 0 kudos

SD_RX_OVERRUN on HAL_SD_ReadBlocks

Posted on October 20, 2016 at 18:05 Hi. I'm using the STM32F769I-DISCO board. I'm trying to manage the SD card in FAT FS. I've merged a new project created in CubeMX and the 'FatFs_uSD' example from STM32F769I_EVAL example. I...

jmasriera by Associate II
  • 1049 Views
  • 3 replies
  • 0 kudos

STM32L486RG USB_MSC problem with windows10

Posted on November 20, 2017 at 12:13Hi, I'm working on a project using STM32L486RG microcontroller and using IAR 8.11 workbench IDE.Within this project , I'm required to interface Micron raw NAND flash memory through SPI peripheral and integrate FAT...

releaseMode is frozen (solved)

Posted on December 05, 2017 at 08:53Progrma is well work in debug mode but not in release mode.because of printf(' ');so I change'printf ('');' to//&sharpdefine DEBUG_MODE 0'&sharpifdef DEBUG_MODE printf(''); &sharpendif 'and then well work in relas...

To read multi-channel PDM signal

Posted on December 04, 2017 at 04:21Hi, I am working on a project that needs to read audio signal from 4 PDM microphones. I checked that STM32F405 chipset has 2 muxed full-duplex I2S. Is that mean I can read 4 channel audio data with this mcu? Is th...

Mao Zeng by Associate
  • 1281 Views
  • 3 replies
  • 0 kudos

Soft PWM?

Posted on December 04, 2017 at 23:33I need to update DAC in PWM.I have STM32F103C8T6 and two free timers (TIM3, TIM4).But they only have one global interrupt. How do I get PWM?I'm only called HAL_TIM_PWM_PulseFinishedCallback() and I get the meander...

0690X00000608xpQAA.png 0690X000006093rQAA.png 0690X00000608qtQAA.png