User Activity

Hello,I am trying to add two .a library files and there header files into stm32cube ide project but it's not working. Is there any specific way to add multiple .a library files?Thanks in advanced!!!
Hello community,I have created a simple project for STM32F205VET6 in STM32CUBE ide. UART and Timer were enabled. Uart is enbled for debugging. I included static library created into the same IDE. When library is used into the project device is gettin...
Hello Community,1) I had working code into True studio. Which works with boot loader.2) I Migrated that code to STM32 cube IDE. 3) I created static library into stm32 cube IDE by following two process mentioned below. 1- DM00629856 section 2.2....
Hello,Bootloader was designed in atollic true studio and my project was created and build in true studio. Now, project is imported into stm32cube ide. Project compiled properly, hex is created.Bootloader installed into the stm32f205ve, after that gen...
I have seen one video on Youtube for the same but it was for latest version of atollic.[STM32CubeIDE] How to create and using static library ? - YouTubeWhen I am trying to replicate the action in the video I don't see HAL library header file automati...