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

cross mob
IHK
Level 1
Level 1
5 sign-ins First reply posted First question asked

 

Hello.

I have ask thing about SPI communication on Aurix 2G TC364.
I have done SPI communication using interrupt.
but now I don't want to use interrupt for SPI communication.
I could find some example code for SPI communication in iLLD library, but that is using interrupt.
Is there some example code which is not use interrupt for SPI communication?
Please share it or let me know the method.
Thank you in advance.

0 Likes
3 Replies
DownyK
Level 5
Level 5
100 replies posted 10 solutions authored 250 sign-ins

Hello

I don't know where the example code is, but there is a way to use SPI with DMA.

I'm currently implementing all SPI communication via DMA.

0 Likes
IHK
Level 1
Level 1
5 sign-ins First reply posted First question asked

Hello.

Thank you for your reply.

But I don't want to use DMA for SPI Communication.

Could you make a some sample code that is not use interrupt or DMA?

0 Likes
LijoDan
Level 2
Level 2
25 sign-ins 10 replies posted First question asked

hello,

were you able to progress on this topic? I am in a similar scenario

0 Likes