This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-AM62: How to use the interrupt + callback mode of spi in M4F?

Part Number: SK-AM62
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

hi ,team

    

We want to know how to use the interrput +callback pattern of spi. We mentioned this pattern in the spi documentation introduction, but we couldn't find this way in the example.

Background:

AM62x M4F (no rtos) acquires external data via spi at an accurate time point

We need to minimize the situation of m4F dead waiting during spi transmission as much as possible

I tried the following configuration, but the runtime got stuck in some underlying spi api.

my spi confg

stuck in