Device used: DK-TM4C129 kit
Hi,
I'm trying to run the code for AES encryption given in the peripheral driver library. Earlier I have implemented AES encryption in Virtex-5 FPGA. In the code I noticed following things.
- SYSCTL_PERIPH_EC0 is not defined. I tried looking for other peripheral and i found that I have to use SYSCTL_PERIPH_CCM0. CCM is actually an algorithm which uses AES encyption. So why there is not something defined like SYSCTL_PERIPH_AES?
- Also AES_BASE is defined. So how can I check whats the related peripheral to that AES_BASE?
- Also in the APIs there is no option for clock. So how does the peripheral gets the clock? I checked the datasheet also and there is nothing mentioned about the clock?
- Also When I debug the code it gets stuck in exit.c . Check the attached image to see where does it actually gets stuck. I dont know how to get out of there. Please help me
