CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
8 stars 0 forks source link

Flash Telecommand Upgrade: In the "is reachable" telecommand, print out the reported flash module size #150

Open DeflateAwning opened 3 months ago

DeflateAwning commented 3 months ago

The flash memory module's reported size is in the bytes returned by the "is reachable" command. For successfully-reachable modules, it would be nice if it printed out the size in a human-readable string (e.g., 512 MiB), or as a long string of the number of bytes.

DeflateAwning commented 1 month ago

Potentially-helpful search term in the datasheets: "RDID" refers to the "read ID" instruction/command.