User Activity

Hi,I want to automatically add the following line of code at the top of each source file within my project:static char const thisFile[] = __FILE__;For this, I'm creating the following Define symbol (-D) in STM32CubeIDE, by going to project Properties...
Hi,I'm trying to create my custom UART firmware on STM32F3DISCOVERY board. Since I wrote the Transmit part of the driver and I verified that it continuously writes words to the USART_TDR register, I was going to check whether the UART messages are ac...