Tool/software:
The problem I'm having is that when i copy data to the multiplication RAMs(0x06068000), only the LSB-24 bit has value,the HSB-8 bit is always 0. I've tried different ways(EMDMA,memcpy, HWA_configRam), all results are the same(the HSB-8 bit is 0). In addition, direct modification of the data at this address(the HSB-8 bit) will not work.The result is normal? But if only change the destination data address to window RAMs(0x06064000), the HSB-8 bit has value, and the value is same to the input data.
Related Settings:
a) the mode of CMULT is set 0110b;