Search found 1 match

by myaker
Wed Jun 05, 2024 10:37 am
Forum: ESP-IDF
Topic: How to Include and Align a Proprietary Binary in ESP-IDF Firmware
Replies: 3
Views: 861

How to Include and Align a Proprietary Binary in ESP-IDF Firmware

Hello, I have a proprietary binary that contains executable code which I need to include in the final firmware built with ESP-IDF. Here are my specific requirements: The binary must be included in the final firmware binary. The binary needs to be aligned on a page boundary. I need variables for the ...