User Activity

Hello,I've spent quite a bit of time scratching my head and I would appreciate any guidance in this matter.I am using Segger's Embedded Studio with Segger's RTT printf library. Everything works fine with the Segger_RTT_printf() output. I can see the ...
Hi all,When I click on the little "i" (info) icon in the FreeRTOS configuration screen in CubeMX, I get the following message: Current version shows as 10.0.1 and under Diagnostic, it says "New version available for L4". Indeed, I checked on FreeRTOS...
Hello,I have a very simple code. A two byte array that I need to send over SPI.uint8_t my_array[2]; my_array[0] = 0x10; my_array[1] = 0x01;   HAL_SPI_Transmit(&hspi1, my_array, 2, SPI_TIME_OUT); // or HAL_SPI_Transmit(&hspi1, my_array, 1, SPI_TIME_O...
Hello,I'm following this guide (https://mcuoneclipse.com/2015/08/22/debugging-stm32f103rb-nucleo-board-with-with-segger-j-link/)The board I am using is NUCLEO-L4R5ZI. I've connected the following pins to the 10-pin ARM connector: I've also tied the V...