Hi TI,
I am using TMS570Lc4357 with Free-RTOS (HalCoGen generated Code). And I am using N2HET and HTU Module in my project.
In my HET Instruction, data field of Second Instruction will be get updated by HTU DCP0 and the HTU request is generated by the 6th instruction.
Before running RTOS StartScheduler() function, I configure HTU and N2HET modules and then Starts the N2HET, and it give request to the HTU module.
Upon receiving the HTU request from the N2HET module, HTU starts transmission from the Main RAM to HET RAM. This I can confirm by monitoring the CDCP0 of HTU1.
So everything is fine. N2HET works well and HTU1 works well. But the problem is N2HET RAM is not getting updated with new value transmitted by the HTU module. HTU Write access is discarded by somehow. I dont know why it is happening. After running StartScheduler() also same happens.
I have given my code below as a zip file.
Please anybody go through this and please guide me to update N2HET RAM data field using HTU module.
Please explain me why I cannot Update N2HET RAM with HTU module even though HTU is performing the transfer.
Expecting a guidance.
Thanks in advance,
Regards,
karthikeyan.K