✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
The following are defined:
#define SRAM_BASE 0x20000000
#define BITBAND_SRAM_BASE 0x22000000
#define BITBAND_SRAM(addr,bit_no)((BITBAND_SRAM_BASE+(addr-SRAM_BASE)*32+(bit_no*4)))
#define SRAM_ADDR 0x2000FFFF // SRAM memory location
Which statement would set SRAM location at 0x2000.FFFF, bit 2 to 1 through its bit-band alias.