Development tools for Zephyr on STM32Workbench for Zephyr: VS Code extension to set up, build, flash and debug Zephyr applications on STM32.Devicetree manager: browse, edit and visualize Zephyr devicetree, STM32CubeMX-like for Zephyr.
I want to include a .wav file as raw data in flash. is there a way to do this without morphing the .raw file into a header file? I need to access the .wav file as raw data to be parsed just like if you were getting off of an SD card, which I will also be doing.