Search found 1 match

by jeff.cav.edu
Sun Sep 14, 2025 6:55 pm
Forum: ESP-IDF
Topic: Compile 16-bit literals for ESP32S3
Replies: 1
Views: 361

Compile 16-bit literals for ESP32S3

Hi, I have a function which implements a decision tree with if-else statements involving unsigned 16-bit variables and constants.

tree.png

However, when I disassemble the compiled file, each 16-bit constant seems to occupy 32 bits in ROM.

literals.png

Is my understanding correct (spending ...

Go to advanced search