Need sample code for SBC TLE9261

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
User22776
Level 1
Level 1
First question asked
Hi,

I need a sample code to understand how the SBC is communicating with a microcontroller through SPI communication.
For eg; I need to understand how the registers of SBC is read and written through SPI communication.
Anyone can pls help on this.....
0 Likes
1 Solution
MarkusNoll
Employee
Employee
25 replies posted 10 likes received 25 sign-ins

Hi there,

you can check out this library here:
https://github.com/Infineon/SBC-for-Arduino

It is actually for the TLE9471, but the general register-set between TLE926x and TLE94x1 family is very similar. General SPI configuration even 1:1 the same.

View solution in original post

0 Likes
1 Reply
MarkusNoll
Employee
Employee
25 replies posted 10 likes received 25 sign-ins

Hi there,

you can check out this library here:
https://github.com/Infineon/SBC-for-Arduino

It is actually for the TLE9471, but the general register-set between TLE926x and TLE94x1 family is very similar. General SPI configuration even 1:1 the same.

0 Likes