STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IN NUCLEO-144H743 , only 3 ADC channels working in ADC 1

IN NUCLEO-144H743 , only 3 ADC channels IN3 ,IN18 ,IN19 working in ADC 1If I use INP5 or INP6, I am not reading anything, I am using Example ADC_RegularConversion_Polling  replacing sConfig.Channel with ADC_CHANNEL_5 and 6; Am I missing any Configura...

Bj.1 by Associate II
  • 542 Views
  • 2 replies
  • 0 kudos

2 micro second period with pwm output in stm32f373RCT6

Hi!,I am trying to generate pulse with PWM output with 2 micro second period and 50% duty cycle on STM32F373RCT6 on custom board. I have used Timer5.APB1 frequency is 70MHz.Prescalar value is 69 to generate counter clock frequency of 1MHz.ARR value i...

GAGGA.1 by Associate II
  • 1997 Views
  • 12 replies
  • 0 kudos

STM32f4 uart receive data shifting

HelloI use the Nextion intelligent display with STM32f4 . Display communicate according to UART protochol. I can communicate but receive data is shifting .uint8_t Rx_data[4]={0,0,0,0}; // receive data void HAL_UART_RxCpltCallback(UART_HandleTypeDef *...

IDANI.1 by Associate
  • 784 Views
  • 2 replies
  • 0 kudos

Resolved! For some reason SysTick gets freezed in the USART_RxCpltCallback() even when systick priority is lower than USART priority, why?

Hi all, how are you?, I'm adapting some libraries for nextion HMI's to use with STM32F4 MCUs, then one of them uses the MCU timer which in my case is systick to determine if time has expired, the function is the following/* * Receive string data. *...

VRami.1 by Associate III
  • 1261 Views
  • 6 replies
  • 0 kudos

Help with DMA Controller becoming unresponsive

Hello,I am having an issue with DMA1 getting "stuck" during operation. While DMA1 is stuck, DMA2 continues to run without any issues. I realize that this is likely a race somewhere, however I am hoping for any insight into how or why the DMA controll...

MJ.1 by Associate II
  • 1884 Views
  • 6 replies
  • 0 kudos

Need a suggestion for LPC2468 replacement

The company has a very old product with LPC2468. I need a replacement from STM32. Please give me a suggestion. The device is powered by 2 AA batteries, has a black-white LCD, and a micro-USB port for connection to PC. I want to keep the same power co...

JLei.1 by Associate
  • 474 Views
  • 2 replies
  • 0 kudos

Resolved! My code never gets out of the HAL_UART_GetState() function

Hi all, how are you?. I'm doing a program where I need to send several separated messages over the serial port using the UART 1 of a STM32F401VE after receiven a specific message through the serial port too, right now I'm capable of send the first rs...

VRami.1 by Associate III
  • 2113 Views
  • 4 replies
  • 0 kudos

H743 - SPI weird patterns on CLK/MOSI

Hello,I am experiencing some weird patterns on one of the 3 SPI buses on CLK and MOSI.This project was initially developed off a nucleo H743ZI3. I am using 3 SPI ports, 2 of which I have no problem with. These 2 are used to communicate with another M...

Smoun.1 by Associate III
  • 4098 Views
  • 7 replies
  • 0 kudos