Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
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...
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 *...
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. *...
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...
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...
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...
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...
How to measure the time from __asm__("nop") on STM32F730 using 216 MHz clock? I did try to check it using osciloscope without success. The time is bigger than 1/216 MHz.