User Activity

Hello everyone,I create my firmware project in FreeRTOS environment at STM32L476 EVB, I place code in bank1 and when I execute bank 2 flash section operating like erase/program , firmware will crashed, but if without FreeRTOS condition, the same ope...
Hello everyone,I have a application on STM32L5xx, I configuration I2C1 to slave mode,when slave receive first unwanted command code, I want to response NACK to master. I judge the command code in AL_SMBUS_SlaveRxCpltCallback call back function, and s...
I implement I2C slave mode at STM32L5x series MCU, Here I have a chances to put NACK token at first receive byte(command code judged),when host issue block read command, But the ACK of first byte receive seems control by HW, Software has no chance to...