Hello there!
I am wondering about how we can access the user shared flash within the program. Because as the V5 Architecture page describes, there is a user shared memory onboard the robot brain which is 32MB. This functionality would be very useful for me in my project, which is to create a program that automatically detects the forward rotation direction of each wheel and stores the direction data inside the flash memory. So every time the program starts, the data inside the flash memory will be loaded as the direction settings and the data would not be easily erased since the flash memory is not removable unlike the SD card. If we can identify the model of the chips onboard, we may be able to write our own library to access the storage according to the data sheet.
Waiting for you answers! Appreciate for your replies.