I have difficulty finding where the two TX_LEDs and RX_LEDs are managed. Examining the "core" files I find only, at the "variant" level, the definition of the pins used, but I can't find their ultilization anywhere.
I believe that the routines that are responsible for turning them on/off, during serial transmission, are in the "bootloader," but I have difficulty finding them there as well.
Could you point me to where to look (both for MINIMA and WiFi)?
Thanks, this whole part is clear to me and I have no problem with it; I really need to know where the two TX and RX LEDs are handled in order to modify the relevant routines (or ISRs).
I suspect that the routines responsible for turning them on/off during serial transmission are in the "bootloader", but I am having trouble finding them.
So ... this is why I asked ptillisch, who probably knows where they are hidden.
Yep - but was suggesting that maybe the pin diagram from the minima documentation should be updated...
AFAIK - I have not seen the RX and TX leds in use by the system... Could easily be wrong
But simple sketch that outputs to Serial does not do anything...
As for WIFI, they are hooked up to the hardware on the UART connecting the RA4M1 and ESP32...
... you are right ... I had never noticed this before, but on the MINIMA, the two LEDs do not blink while loading the code or while using the Serial port ... this is unbelievable ... they are not really managed.
Okay, that's better for what I need to do, but still ... another one of the inexplicable things about the MINIMA ...