Some questions of IPCF integration with FreeRTOS of S32G274

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Some questions of IPCF integration with FreeRTOS of S32G274

570 Views
longtengqiufeng1
Contributor III

Hi,

I want use IPCF to realize communication just between CM7_0 and CM7_1.

Both IPCF RX and Tx are using interrupt, like below:

longtengqiufeng1_1-1690773090817.png

longtengqiufeng1_2-1690773132063.png

But failed.

When I see the document of IPCF,I have some questions:

longtengqiufeng1_3-1690773253098.png

1. I check the ipc_shm_softirq ,but I found the function only create RX softirq task, if I want IPCF tx to use interrupt, need I add another task?

longtengqiufeng1_4-1690773285391.png

2. Need I register an ISR  for the configured TX external IRQ with the following handler name:
ipc_shm_hardirq????

The version of IPCF is 4.6.0 D2205, S32DS version is 3.4

Thanks !!!

0 Kudos
Reply
3 Replies

543 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

Are you using any NXP examples? Also, are you using any NXP platforms or is this a custom board?

As for the hardirq, we see that there is a definition under the "IPCF_Example_multi_instance_S32G274_M7_0" example:

DanielAguirre_0-1690829986496.png

Which is already provided. As for the TX interrupt, there is no indication over this, the only one mentioned is the RX interrupt handler.

Please, let us know.

0 Kudos
Reply

525 Views
longtengqiufeng1
Contributor III

Hi,

I modified the example you mentioned "IPCF_Example_multi_instance_S32G274_M7_0",

and I want to realize communication just between CM7_0 and CM7_1 with FreeRTOS,

both IPCF RX and Tx are using interrupt, but I failed.

Do you have any other IPCF examples , which

 communicate just between CM7_0 and CM7_1 with FreeRTOS by interruption??

0 Kudos
Reply

515 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

At this moment there are only 2 examples provided for IPCF under the NXP provided SW:

  • Multi-instance
  • Single-Instance

As for M7-to-M7 communication, we are not seeing any examples, we do apologize.

Please, let us know.

0 Kudos
Reply