Hi,
I have just received my Daisy Seed. I’m very new to STM32, but I used to use NXP MCUXPresso.
I have started a project template for Daisy, using STM32CubeIDE (https://github.com/ThomArmax/DaisyTemplate)
What I did is:
- import project from existing ioc file
- remove all HAL sources
- add libdaisy and DaisySp as submodules
- add a build script to build the libs (copied from DaisyExample repository)
- create a dummy project, configured to link daisy’s libs and use libdaisy’s linker script
The goal is to have a ready project for STM32CubeIDE, you only have to download, then start to code, without any configuration. Feel free if you have any question, remarks or recommendation
This is working and I’m able to debug using JLink Edu Mini :
Cheer