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: get and print the Status Register for a flash module #149

Closed DeflateAwning closed 1 month ago

DeflateAwning commented 3 months ago

Super easy command. Would love to get it in main. Would be helpful for checking on the general status of flash memory modules during a variety of testing actions.

Would this implementation be the same or different for the NAND vs. NOR modules, @Saksham-P?

Saksham-P commented 3 months ago

The implementation would be very slightly different for NOR vs. NAND.

Overall, the main differences being apart from the command byte values which differ

DeflateAwning commented 3 months ago

Sweet! Hmm let's focus on just doing this for the NAND module only in its branch then.

Would be awesome to rebase that branch to main as well.