Tool/software: Code Composer Studio
I use DMA to CRC Auto mode.
In technical documt, DMA can access RAM area. But I cannot access RAM area. If I access RAM area, the data is 0.
For example, If the reference CRC(pre-determined CRC) is declared in ram( ex) uint32_t ref_data[2] = {0x242945, 0x489397};), the CRC data is read as 0.
I wonder the other setting needs to access RAM area by DMA.
The second question is How i use the request trigger as HW.
I set the trigger by HW( ex) dmaSetChEnable(DMA_CH0 ,DMA_HW)). The trigger don't work.
Can I get some example code about using the HW trigger?