STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C-Slave howto change direction in sequential transfer

I'm trying to emulate an 24c08 EEPROM with anSTM32F303.My problem is, that my master (can't change that behaviour) after sending the start and adresss-byte imediately send up to 16 byte of data, (write-operation) but in case of a read-operation it se...

HLipp by Associate
  • 699 Views
  • 1 replies
  • 1 kudos

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
  • 682 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
  • 2786 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
  • 1042 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
  • 1592 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
  • 2574 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
  • 630 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
  • 2666 Views
  • 4 replies
  • 0 kudos