1.在使用结构体指针 flash_region *flash_region_ptr中
虽然使用打印 flash_region_ptr -> offset + 0x00400000 时,在NIOS II Console中显示为0x00400000,但实际地址应该为 Qsys中的EPCQ Flash基地址+0x00400000(偏移量)
2.在实际开发中,更喜欢用alt_epcq_controller2_write();当写flash时,直接调用此函数即可,免去了erase_block()函数的调用。