STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! What is the digital pins's frequency of Nucleo-f303K8?

I tried to find the frequency that the digital ports of Nucleo-F303k8 can accept data (example: the arduino works with 10kHz on these pins), but i couldn't find anywhere. Someone can help me? I need to use some sensors and I need this information to ...

Rinoue by Associate II
  • 1319 Views
  • 7 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
  • 1068 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
  • 592 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
  • 1197 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F030 is resetting after enable ADC

I'm using the stm32f030k6t6 microprocessor without the devkit, just the module, and I'm using cubeIDE (cubeMX V6.0.1) to generate a code to read a temperature from a sensor connected to PB0 (ADC_IN8). The problem is that when I start the adc (HAL_AD...

ALupp.1 by Associate II
  • 1097 Views
  • 5 replies
  • 0 kudos