Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User8282
Level 1
Level 1
Hello.

I am trying to run the SLTHA001_Example1 in the Hexagon Application kit, but it is not running properly. It gets blocked in the "RTC001_Disable" function of the "RTC001.c" file. It is called within the "DAVE_Init()" function. According the debugger, the program gets blocked at this line:

/* Wait for Mirror register update and clear the update indication */
while((SCU_INTERRUPT->SRRAW & SCU_INTERRUPT_SRRAW_RTC_CTR_Msk) == 0U)
{}

I want to check the access to a MicroSD card. A proper card is inserted in the slot, but it seems there is a previous problem I cannot identify.

Any help will be appreciated.

Thank you in advance.
José Luis.
0 Likes
3 Replies
Not applicable
Hi José,

I have difficulty running the example project on the Hexagon kit as well.
So, I just create a new project with SLTHA001 Apps and follow the example configuration.
When I run this new created project, everything works well.
Maybe you can give it a try by creating new project. 😉
0 Likes
User8282
Level 1
Level 1
Hello Jackson.

I did as you say, and now it is working properly.

Thank you very much!! 🙂
0 Likes
Not applicable
what does SLTHA mean? I am trying to move sdmmc from dave3 to dave4.
0 Likes