Plans to Integrate the Base64 Decoder and Activating the CRC in the SD Card
The reason why the Base64 decoder is not working is because the buffer for storing the bit is a bit too short, I changed the buffer into a 32 bits variable so it can store all the 24 bits. After that I found that the if condition which will split Read more…