Resolved! LPUART error
Has anyone encountered this problem? An ORE error occurs when receiving data with LPUART. After I clear it with software, an ORE error occurs every time I receive data. How can I solve it?
Has anyone encountered this problem? An ORE error occurs when receiving data with LPUART. After I clear it with software, an ORE error occurs every time I receive data. How can I solve it?
Hello,I've got a very basic setup for an STM32G431KB/STM32G441KB where I use default interrupt priorities (verified all 0 in SBC and NVIC) for each exception in the vector table. I would therefore expect that a SysTick exception (-1) would preempt an...
The MCU of STM selects the external crystal, whether to choose a high frequency or a low one, what are the instructions?For example, for stm32L486, the datasheet gives the maximum main frequency as 80MHz, so 4Mhz, 8Mhz, 16Mhz, 20Mhz, 40Mhz can be rea...
CAN_ESR_LEC =0x05.which means bit dominant error, CAN_MCR_DBF bit is at 1.how to trouble shoot it
Hello, teachers. I'm an introductory to stm32.I am posting like this because there is a situation where communication is not possible while communicating i2c between stm32.This is the current structure.STM32F103VE Use 1 Master, STM32F302CB Use 5 Slav...
I am using STM32F072RB Nucleo board and in the technical reference manual it is mentioned that "Please refer to the “Alternate function mapping�? table in the device datasheet for the detailed mapping of the alternate function I/O pins.". But I am no...
Device Used : STM32F030C8, 48pin LQFP48I am driving MOC3043 Opto-Isolated Triac Driver so I need atleast 5 mA current sourced from the GPIO outputGPIO used with the MOC3043 is PA15 max current observed is 4.86mAOnly a single GPIO is configured at a t...
Hi, Iam using DMA technique to digitise a sine wave using nucleo-H743ZI2, where Adc clock frequency is 36.5MHZ . Iam taking single data at a time and sending out using usart with a baud rate of 250000, the issue I am facing is when I increase th...
Hello!i am working with the stm32h745 nucleo 144 board.i want to be able to debug both cores simultaneously using the onboard STLINK debugger, with no luck so far.followed the instructions from this ST document: https://www.st.com/resource/en/applica...
I've spent a fair amount of time getting small bits of code working so I can build them up into a larger working application. The code below works but I'm struggling with a way to move the parts related to GPS and the UART into separate files or clas...