Hello Team,
I am working on the RH850D1M1A with multiple GHS for our development. We are using SPI with DMA to receive data, and the data is correctly transferred into the DMA buffer. However, after the reception of data, the code unexpectedly jumps to the reset handler.
Hi Anand,Part of the reason may be that the DMA completion interrupt is not handled correctly.If you don't use the DMA completion interrupt, TCE in DTCTn should not be set.Otherwise, the transfer completion is used, e.g. for purpose to carry on next buffer data, the EIC and ISR of the corresponding DMA channel must be correct in the code.
Hi TriNguyen for the replay
Now we resolve the reset issue. it reset due to linking of file and variables was not properly handle.