STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Problem using HAL_UART_Transmit_IT

I'm using the HAL_UART_Transmit_IT procedure on a STM32G431 for the LPUART on a 115200 baud communication to a Putty terminal. The MCU is also running ST Motor code.I have some simple 3 character commands that either set variables in the code or read...

BTrem.1 by Senior II
  • 2835 Views
  • 9 replies
  • 0 kudos

SysTick, why not part of CMSIS? (NUCLEO-G070RB)

So I have a NUCLEO-G070RB board here and I am not using the HAL library, but just CMSIS libraries.I see the SysTick functions are part of the HAL not CMSIS. is there a particular reason? I would figure since it's part of the M0+ core it would be i...

MEder by Associate III
  • 700 Views
  • 6 replies
  • 0 kudos

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
  • 486 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