STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIMER and GPIO PIN

Hello,I'm have a Nucleo board with a STM32F334R8T6I configured a timer with 10kHz and I'm using the HAL_TIM_PeriodElapsedCallback to call a funtion that will control my motor and read some data with the ADC. I want to check the frequency that the con...

Nakata_2-1722018201849.png Nakata_0-1722018043049.png Nakata_1-1722018123342.png
Nakata by Associate II
  • 213 Views
  • 2 replies
  • 1 kudos

STM32F303k8 UART receive data read loop issue

Hello,When I try to read USART status register (RXNE bit), the execution stucks upon while loop which means no data have been readen:  char uart2_read(void) { while(!(USART2->ISR & USART_ISR_RXNE)){} return USART2->RDR; } I think I initialized eve...

a1rWAXTA by Associate II
  • 207 Views
  • 1 replies
  • 0 kudos

Resolved! ADC example for several channels polling?

Can anybody point me to example of two or more ADC channels polling?​I'm trying to measure two channels of one ADC but it looks like it reads one channel twice​Initialization:static void MX_ADC1_Init(void) { ADC_MultiModeTypeDef multimode = {0}; ...

Pavel A. by Evangelist III
  • 8642 Views
  • 14 replies
  • 0 kudos

Add an Essential feature

Hello, Please add an empty function on HAL for other MCU's what doesn't have that functions.For example HAL_ICHACHE_Enable() for F1 series. This feature can help to easy porting to other series of MCUs.Thanks.

nimaltd by Senior
  • 448 Views
  • 1 replies
  • 0 kudos

Running Zephyr RTOS on STM32F303CBT6

I have a custom board with an STM32F303CBT6 MCU with an external 16 MHz oscillator, but I am unfortunately not able to get Zephyr RTOS to successfully boot.From the KConfig options, it does not look like the specific variant of F303 is supported. It ...

sbend by Associate II
  • 618 Views
  • 0 replies
  • 0 kudos
Labels