STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F401RE Nucleo + SDIO + FatFS + CubeMX 4.21.0

Posted on May 30, 2017 at 23:52STM32F401RE Nucleo + SDIO + FatFS + CubeMX 4.21.0, anyone can confirm me that SD is working and CubeMx dont'create fault code? I'm trying to write a file in SD card but at f_printf(....) CPU still locked (hard fault?)

Resolved! __HAL_TIM_SET_PRESCALER error

Posted on June 07, 2017 at 22:50Hi,I tried this code :void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim){/* USER CODE BEGIN Callback 1 */    if (htim->Instance == TIM2) {    HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_5);        __HAL_TIM_SET_PRESCA...

osiauhwa by Associate II
  • 1416 Views
  • 4 replies
  • 0 kudos

STM32F407 SPI Irq handler - timing issue

Posted on June 08, 2017 at 15:04Dear Community,I want to send and receive SPI data using the SPI-Irq handler of a STM32F407 device. Using a low speed SPI everything worked so far but now I need to speed thinks up and I noticed that receiving works m...

jogerh by Associate II
  • 844 Views
  • 1 replies
  • 0 kudos

STM32F103RCT6 HOW TO USE SDIO & UART4

Posted on June 08, 2017 at 15:19I Have a problem using sdio(1bit) and UART4.UART4 TX does not work when SDIO is INIT.If SDIO is not INIT, UART4 TX work.Please tell me how to fix it.CUBE setting are shown below.  MX_GPIO_Init();  MX_DMA_Init();  MX_A...

0690X00000603sAQAQ.jpg

book for stm32f0xxx

Posted on June 06, 2017 at 18:16which is the best book available to learn everything about stm32f0xx micro controller