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

problem with initialisation SDMMC

/* Send ACMD41 SD_APP_OP_COND with Argument 0x80100000 */   while(validvoltage == 0)   {   if(count++ == SDMMC_MAX_VOLT_TRIAL)   {   return HAL_SD_ERROR_INVALID_VOLTRANGE;   }       /* SEND CMD55 APP_CMD with RCA as 0 */   errorstate = ...

EEuge by Senior
  • 695 Views
  • 2 replies
  • 0 kudos

Resolved! I can't make timer stop while debuging

Posted on January 09, 2017 at 18:29 Hello. I have a problem trying to stop a timer in debug mode. I am using a NUCLEO-F072RB. I use timer 7, one of the basic timers, to generate an interrupt. In order to be able to stop the timer in debu...

Resolved! STM32F4 DMA messing with my PWM, what am I missing?

Hello,I am having a problem with my STM32F369l-DISCO board, as the title says it has to do with the DMA and PWM output.So I need a 800kHz PWM signal for some SK6812 LEDs, I already did achieve this with an STM32L433CCT on a custom board using this gu...

0693W000006Ho12QAC.png 0693W000006Ho3mQAC.png 0693W000006HoFYQA0.png 0693W000006HoLHQA0.jpg

Hi, We have implemented USB bootloader for our project(Using STM32F7). We are using ST HAL libraries for our bootloader implementation. It was working fine fine with V1.2.7 and we are facing issue after migrating to new HAL i.eV1.2.8.

After completion of below checks, control is expected to enter into usbAppcallback function with via HAL_HCD_IRQHandler(). Interrupt is occuring but it is failing to enter usbAPPcallback function which changes the device state. 

0693W000006Hns5QAC.png
MRama.3 by Associate II
  • 507 Views
  • 1 replies
  • 0 kudos

Resolved! Swappable Tx/Rx pin configuration ?

The STM32F777 has a bullet under Section 2.25 [U(S)ART] :Swappable Tx/Rx pin configurationWhere can I find more detailed information on Swapping the Tx/Rx pin configuration for a UART ?

KEdwa.1 by Associate
  • 2040 Views
  • 1 replies
  • 0 kudos