Search found 3 matches

by pg_esp32
Thu Sep 26, 2024 1:52 pm
Forum: ESP-IDF
Topic: Compile time in image header not updated by build
Replies: 0
Views: 343

Compile time in image header not updated by build

When I change a source file and then execute "idf.py build" (on Windows), the required files will be compiled and a new *.bin file for the application is created. However the compile time/date in the image header of the build file is not updated (time of first build probably). How can this be fixed?...
by pg_esp32
Wed Jan 04, 2023 9:28 am
Forum: Report Bugs
Topic: ESP32-S3 SPI hangs after using HIGHPART (silicon bug?)
Replies: 0
Views: 2260

ESP32-S3 SPI hangs after using HIGHPART (silicon bug?)

To create very efficient code to write to an SPI LCD I tried to alternate between SPI_W0_REG..W7 and W8..W15. While the SPI is sending out the data, the CPU will calculate and fill the other range in place. So the gap between transaction only consists of toggling usr_mosi_highpart and starting a tra...
by pg_esp32
Sun Nov 20, 2022 3:11 pm
Forum: ESP-IDF
Topic: Hang during stat of APP cpu
Replies: 0
Views: 850

Hang during stat of APP cpu

I use a modified bootloader which allows me to select (using RTC memory) whether the image from the factory or the OTA0 partition should be loaded. On Power-On the factory APP is started. When the factory APP verified, that everything is ok and up-to-date, it boot the OTA App. The problem is, that t...