User Activity

As follows, LL UART interrupt code with ring buffer were compose.​​< stm32l0xx_it.c >uint8_t Uart1_recvData[64]; uint8_t Uart1_sendData[64];   volatile uint8_t Uart1_sendDataSize; volatile uint16_t Uart1_sendPush; volatile uint16_t Uart1_sendPop;   v...
CAN peripheral test in NUCLEO-L476RG MB1136 rev C (C-04) Board.and work with ​STM32CubeIDE (1.3.1) + STM32Cube_FW_L4_V1.15.1.​​(1) The CAN1_RX(PB8) and CAN1_TX(PB9) pins of STM32L476RG do not drop the voltage to 0 Volt. Low voltage is 1 Volt.​Tested ...
Kudos given to