


Then a Window will appear, Choose Embedded C Project in Project type and there is only one choice for Toolchains:ĭon’t forget to give a representative name for your “Project name”, as for me I choose “Robiola”.ģ.

First, Create a new Project by selecting File –> New –> C Project:Ģ.This is how we can start new project inside an Atollic for Blue Pill: I want to start using Atollic to create the project with the STM32 Blue Pill! This board are so cheap and small yet so powerful! Image are taken from stm32duino Only the header files.After getting started using Atollic TrueStudio as an IDE for editing the source code, compiling, and debugging with STM32F4 Discovery Board. It seems the source files in the library folder are not being compiled. However, when I include the library, I still get undefined references errors:Ĭ:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:66: undefined reference toTM_DISCO_LedInit'Ĭ:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:69: undefined reference to TM_DISCO_ButtonInit' C:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:72: undefined reference to TM_DELAY_Init'Ĭ:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:75: undefined reference to TM_USB_HIDDEVICE_Init' C:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:78: undefined reference to TM_USB_HIDDEVICE_MouseStructInit'Ĭ:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:80: undefined reference to TM_USB_HIDDEVICE_KeyboardStructInit' C:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:82: undefined reference to TM_USB_HIDDEVICE_GamepadStructInit'Ĭ:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:83: undefined reference to TM_USB_HIDDEVICE_GamepadStructInit' C:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:87: undefined reference to TM_USB_HIDDEVICE_GetStatus'Ĭ:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:103: undefined reference to TM_USB_HIDDEVICE_KeyboardSend' C:\Users\timob\Atollic\TrueSTUDIO\STM32_workspace_9.3\test_3\Debug/.\src/main.c:113: undefined reference to TM_USB_HIDDEVICE_KeyboardSend' I'm trying to compile the Library 34 to get HID gamepads from my STM32F407 Discovery.

Coocox does not exist anymore I have a hard time including your library into Atollic True Studio.
