Project Name: PeriodicSecondsBF537 Project Type: ADSP-BF533 [ ] ADSP-BF537 [X] ADSP-BF538 [ ] ADSP-BF561 [ ] Hardware Used: ADSP-BF537 EZ-Kit System Services Components Used: DMA Manager [ ] Deferred Callback Manager [ ] Interrupt Manager [X] Timer Module [ ] Power Management Module [X] Flag Module [ ] External Bus Interface Unit Module [ ] Port Module [ ] RealTime Clock Service [X] Source Files: "./PeriodicSecondsBF537.dpj" "./PeriodicSeconds.c" "./adi_ssl_Init.c" "./adi_ssl_Init.h" "../../../../../include/services/rtc/adi_rtc.h" Example Overview: This example demonstrates the use of the functions 'adi_rtc_InstallCallback' and 'adi_rtc_RemoveCallback' for setting up a one second periodic event interrupt and servicing it with a callback. Running the example in VisualDSP: 1) Load Project file "PeriodicSecondsBF537.dpj" 2) Build Project by selecting "Project->Rebuild Project". 3) Select "Debug->Run". 4) Wait a few seconds. 5) Select "Debug->Halt" to stop the program. 6) The program should be at the end, in the while loop, having executed the callbacks that were installed, and the "FinalResult" variable should be equal to zero.