Getting FastLED working with STM32H7

I've just acquired my first STM32 board, a Daisy Seed, which uses the STM32H7. I have the STMCubeProgrammer installed, and am uploading using the Arduino IDE. When I try to upload the FastLED "Blink" example (using 3.4.0), I get the message "This platform isn't recognized by FastLED... yet." I poked around in the library code and discovered that with a #define STM32F10X_MD in my sketch, I could get past this error. Unfortunately, I'm now getting a "no such file or directory" on #include <application.h> I haven't been able to find this file anywhere on my file system. If I put #define STM32F1 in my sketch, I still get the "This platform isn't recognized" message, which based on my read of the code I really don't understand. Can anyone give me some tips to get up-and-running on this platform? Thanks!

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.