Hi
Is there a way to access Flash/SRAM memory of ATMega32U4
Please point me to some example.
Thanks in advance
Regards,
BRE
Hi
Is there a way to access Flash/SRAM memory of ATMega32U4
Please point me to some example.
Thanks in advance
Regards,
BRE
you can dump the contents of the 32u4 flash, but that's what you flashed on it (bootloader + your sketch). I'm not aware of any direct way to access it's memory
on the yun, you can use Bridge shared storage to make your sketch and the outside world share some variables
Hi Federico Fissore,
Thank you very much for the reply. I was hoping more on Bridge.Transfer() function.
Continuing along, can you please point me to some examples on Bridge.Transfer() functionality.
Also, can you help me understand, how AtMega32 Processor talks to Linino other than invoking Process object. I really want to understand to what extent AtMega32 is using Linino resources.
What ArduinoYun health monitoring capabilities we can use. Here is the use case to show my intent
BREL
Regards,
Well, best place to find all the low level details is the code GitHub - arduino/YunBridge
A higher overview is available on this blog post