User Activity

I am using stm32L496zg nucleo board. It got started and worked well. But after I formatted my system, the latop does not recognize it; USB Device not recognized. The last USB device you connected to this computer malfunctioned. Windows does not recog...
I needed help getting started with Stm32 L496 processor interface with IS29GL064 nor flash mem.  It's my first time interfacing with any external memory. I have decided to use FMC controller to drive this flash mem. But unaware of how to setup the co...
I am using below code;void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t Size){ if (huart->Instance == USART3) { oldPos = newPos; // Update the last position before copying new data // If the data is large and it is about to exceed...