STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Clocks Initialization wrong (SOLVED).

Hi all!,I'm, triyng to program using CMSIS in order to learn how registers works.If I use the SystemClock_Config() generated by STM32CubeIDE all works properly, but if I use my own rutine, the TFT wired to SPI3 dont show the fonts properly (I think i...

JAlca by Senior
  • 948 Views
  • 4 replies
  • 0 kudos

STM32H743XI Multi SPI Circular DMA with GPIO manipulation

Hi, I want to achieve the title's behaviour to communicate with multiple SPI sensors in the 5 SPI buses at the highest possible throughput and minimal CPU load. I first tried the following with 1 bus.void cpltCB(void); uint8_t RXBUFF[8];   void main(...

CMA by Associate II
  • 1403 Views
  • 9 replies
  • 0 kudos

About using uart in interrupt mode

HiWhen I configure uart in interrupt mode, can I use it in polling mode in the future? (For any reason)my other question, when is the HAL_UART_RxCpltCallback function called, is it when all data is received ? or when byte by byte is received?Thank yo...

xmart by Associate II
  • 819 Views
  • 2 replies
  • 0 kudos

Resolved! Why clearing MOE in TIM1->BDTR in PWM mode stops triggering ADC1 IN STM32 Nulceo-64 for STM32F401 ? Used settings : TIM1: Trigger Event Selection_Output Compare(OC1REF) ADC1: External Trigger Conversion Source_ Timer 1 Capture Compare 1 Event

Hello everyone,In the middle of an experiment i got stuck with an issue for which i hope somebody out here might know the solution.I am using TIMER1 in PWM mode which is supposed be to continuously running in the background. Since triggering ADC usin...

Jeflet by Associate II
  • 1635 Views
  • 4 replies
  • 0 kudos