Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi ,I want to use my controller as a modbus slave. there is interrupt call back function which receive predefine data.but the modbus function like 15,16 have 10 to 11 byte of data and other function has 8 byte ,how to receive that thanking you
Hi! I'm writing to ask help about LPSDR SDRAM configuration on STM32F7.Currently I have a board with a normal SDRAM that is working fine. The design is based on the STM32F769I-DISCOVERY and it uses the MT48LC4M32B2 Micron SDRAM.The configuration is t...
I'm getting debugging Error "undefined debug reason 8 - target needs reset" with ST-Link V2, BluePill (STM32F103) & STM32CubeIDE, debugger config. is "ST-Link OpenOCD", Although STM32Programmer download & run with same ST-Link V2 without any problem....
These bits are always 0 and I can't change the voltage scaling of MCU (The code is stuck at both "while"s). The MCU P/N is STM32H743IIT6. The starting part of the code is:int main(void) { PWR->D3CR=0x0000C000; //changing voltage scaling to VOS1 ...
I am using STM32 Cube IDE with NUCLEO-L4P5ZGbelow is my codevoid function (int dir, int runtime){ int Run=1; int bytes_per_reading_gyro = 72; int bytes_per_reading_echo = 29; char gyro_reading[bytes_per_reading_gyro];; int echo_reading[bytes_per_rea...
Hi, I going to use on-chip comparator of STM32-Nucleo board G474RE in my application, the sensed voltage could go negative, the general operating conditions table (page 84) in the datasheet (Datasheet - STM32G474xB STM32G474xC STM32G474xE - Arm® Co...
Hi,I'm trying to use the ADC1 of the STM32L151CBT6A in scan mode for 14 channels (with interrupt) . Depending on ADC clock and SamplingTime configuration I got only a channel on 2. If I put sampling time lower than 96 cylces (for prescaler 4) I have ...
With the ICD I found that sometimes, between the MDMA IRQ Handler - where the QSPI TCIE bit is set, and the QUADSPI_IRQHandler, the TCIE bit is cleared. But I haven't been able to determine where or how it is being cleared; I've eliminated all loca...