Hi,
I am planning to use an LPC55S69 board for a project and I am used to developing firmware in CLion. So the natural toolchain was to use config tools to create new projects and use ARM GCC for compiling. This works well when using the existing example to create new projects, however, if i want to use driver components not part of the example, config tools complains that there are no corresponding drivers in the toolchain project.
Is there a way to create projects with the required tools in config tools or any other online tools that can accomplish this? I know the functionality exists in MCUXpressoIDE, but I want to bypass using that in the workflow.
Thanks in advance
I would like to cut out using MCUXpresso IDE. Also the files created with MCUXpressoIDE does not come with corresponding CMake files to use directly in the standalone ARM GCC development.
Is there such a tool to create new projects outside MCUXpresso IDE?
Also is there a document on the expected folder structure for the toolchain project expected by config tools? If such a tool is not present, then I could at least try manually copying the driver source to the project.
Hi,
I suggest you use MCUXpresso IDE to create a new project based on SDK for LPC family.
BR
XiangJun Rong