User Activity

I have a question about clock config.Is this a right way to execute program from boot and set clock config like HSE and PLL, then execute program from user app and set clock config again? Actually, there is an error when executing user app.It seems ...
Is it possible to use half-duplex mode and synchronous mode in the USART at the same time?I am trying to use USART with half-duplex mode and synchronous mode.When I refer to RM, it says "the synchronous mode is selected by writing the CLKEN bit in th...
Is it possible to write data by using CubeProgrammer or ST-LINK utility?I am thinking if software created in other project can be written or marged by using any application or not.
I'm debugging STM32G071RB by using Nucle-G071.The code I use is generated by STM32CubeMX, and I try to put break point to variable in "static void MX_ADC1_Init" but it semms like not to initialize because I cannot put break point there.I confirmed t...
Hello, I'm using STML052T8.I'd like to debug while STOP mode on MDK-ARM.How can I set up the MDK-ARM for STOP mode? I'd like to know if there is a caution as this the first time to use MDK-ARM.Thank you in advance.