1. Memory testing is an important part of embedded system development to ensure proper functionality.
2. Basic memory tests include data bus testing, address bus testing, and device testing.
3. Data bus testing uses techniques like walking 1's to write all possible data values and verify each bit. Address bus testing uses power-of-two addresses to isolate each address bit. Device testing writes data to addresses and checks for overwrites to test for overlapping addresses.