User Activity

Hi guys!I'm here again needing yor help regarding the Flash memory function HAL_FLASHEx_Erase_IT. I was erasing the Flash memory using the HAL_FLASHEx_Erase function, but as i need to avoid any function that could block my program, I changed to the i...
Hello community!In the project I'm working on, after the UART communication, I need to configure the USB to be able to read a txt file, creat or write another txt file and to update the frimware. I'm asking you if there is any source that shows how t...
Hello Community,I'm trying to send some messages via uart using HAL_UART_Transmit. Those messages contain some extended ASCII Characters. I can´t get those characters and that's why i'm asking if someone could help me to send extended ASCII charcters...
Hello Community!I was using a system controlled with the STM32f105RC, I was able to program it with the ST-Link. In that system I got a problem so I had to change to another board with the same characteristics but, when I did so, I wasn't able to pro...
Hello Community, doing a project, I need a Sys clock with 100us period, however, when I try to configure the systick through the CUBEMX I can't so, I'm asking if there's any possibility to configure it through HAL code.Right now I get a period of 1ms...