TLF35584 SPI Read Issue

Announcements

From sunburn to sun earn – we’ve got the power! Watch our #poweringgreen videos now.

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

cross mob
lock attach
Attachments are accessible only for community members.
User20162
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted
Hi,
I am using TC377 tri board for my development.

I am trying to access PMIC(TLF35584) using Qspi, tried to read different register but i am getting the result as 0xFF, i am not sure where i am missing the flow.

using the triboard sample code for TLF35584

Please find my program here and help me to sort it out..




Thanks in advance
0 Likes
1 Solution
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored
You declared P15.8 as SCLK, this is valid only for Application Kit and other TriBoards (e.g. TC3X4L). For TriBoard TC3X7 you must specify P15.3 as SCLK for the TLF35584.

View solution in original post

0 Likes
2 Replies
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored
You declared P15.8 as SCLK, this is valid only for Application Kit and other TriBoards (e.g. TC3X4L). For TriBoard TC3X7 you must specify P15.3 as SCLK for the TLF35584.
0 Likes
User20162
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted
Yes, Now it is working after changing the pin 15.8 to 15.3.

Thank you
0 Likes