User Activity

Hello, I am programming a SMT32 chip and I am trying to find the size of a defined structure like the code snippet below. From reading online, using sizeof() on a structure can yield different results on different IDEs. When I use sizeof(struct some...
Is there a HAL method that allows you to easily set a transmit DMA interrupt like "HAL_UART_Transmit_DMA(...)" but without setting the half transfer interrupt routine? Since the Tx buffer is full when this is enabled, I can expect the DMA to start tr...
Hello,I am using an STM32L4R5VIT6 board in which I am programming it with Atollic TrueSTUDIO using the debugger and Jlink connectiong. When I am running the debugger, it suddenly stopped working for me and the console reads:Connecting to J-Link...  J...