Hi,Im currently working on getting the CAN ISRs running for STM32F723, ive followed the instructions in the CAN driver and have had the CAN running in Polling Mode.The ISR is configured and enabled and the notification is configured for new message r...
Hi I need to come up with a SLC NAND Flash Driver for STM32F405 which has a FSMC. My SLC NAND flash is ONFI 1.0 compliant (Micron MT29F). Any suggestion for a driver? Open source or commercial?I heared ST has one as well, but only available on reques...
Is there any way to find out if the code is executed on a H743 (single core) or a H745 (dual core) MCU at runtime?If I am not mistaken the DBGMCU_IDC (Identity code register) has the same value for both MCUs. Is there any other register which I could...
当我�?�时打开uart的接�?�中断和�?�一uart dma的接�?�中断时,两个中断都会被触�?�,如果设置的优先级相�?�,触�?�的顺�?是什么?
HelloI'm using a stm32L431 with an STLinkV3https://www.st.com/en/microcontrollers-microprocessors/stm32l4x1.html#documentationHSI is enabled at 16MHz for USART2, used to receive a 1200Bd signal.I receive wrong characters because of the trim.I underst...
Hi, Im trying to connect adau1772 using TDM-4 Protocol to an STM32 MCU (L462RE).Question 1: How to configure SAI as TDM-4, is my configuration wrong?Question 2: Correct callback which occures when data packed is received?Question 3: adau1772 is putti...
hi I have a 1000uF capacitor and a blue pill STM32F103c8t6. I connected the positive end of cap to PB9 and the negative end to GND. then I had the code below inside while(1) loop///////////////////////////CHARGE////////////////////////////////// HAL_...