STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interface 5 motors requiring n-Pulse Generation mode

Posted on January 24, 2017 at 22:25I asked a question earlier on how to generate n-Pulses from STM32 to drive a servo like interface -> https://community.st.com/0D50X00009XkdsSSAR, and it worked. This feature is available only on TIM1/8. Is there a ...

Neo M by Associate II
  • 1374 Views
  • 11 replies
  • 0 kudos

ADC values reading with DMA

Posted on January 21, 2017 at 07:17The original post was too long to process during our migration. Please click on the attachment to read the original post.

brent Kim by Associate II
  • 1326 Views
  • 5 replies
  • 0 kudos

STM32F303K8 timer interrupt hangs

Posted on January 25, 2017 at 11:07Hi,I try to implement a timer with interrupt routine, but it always hangs after the timer is activated. This can be seen if I use the debugger over SWD: when I execute the next command after TIM_Cmd(TIM2, ENABLE); ...

Resolved! STM32F4 GPIO functions

Posted on January 24, 2017 at 15:09I have looked at PM0214 Programming manual for STM32F4 series for functions like GPIO_Write() and GPIO_ToggleBits() but they don't seem to be there. Is there a document that describes peripheral functions or does o...

John Hite by Associate III
  • 709 Views
  • 4 replies
  • 0 kudos

How to receive UART fixed length datas in sequence

Posted on January 24, 2017 at 15:27Hi allI'd like to use UART to receive soe fixed length datas, ex.'1234567890'.uint8_t buff[10]; hal_uart_receive_it(&huart, buff, 10); or hal_uart_receive_dma(&huart, buff, 10);How should I do and then make sure th...

CubeMx dma spi:Getting spi overrun

Posted on January 24, 2017 at 14:39Hi,I'm using latest version of Cube (download 20.01). I'm trying to read ADC-values from SPI with DMA. Read is activated on ADC-dataready.#define ADC_BLOCK_SIZE 24uint8_t tempBuf[ADC_BLOCK_SIZE ];// This interrupt ...

teijo by Associate II
  • 644 Views
  • 1 replies
  • 0 kudos