Hi all,
I have a question concerning integrating the FreeRTOS implementation on the application core of netX90 (from Hilscher) and the PROFINET functionality on the communication core.
The data transfer between the communication-core and the application-core is performed through the DPM and also for the transmitting/receiving of data using the PROFINET interface, a timer interrupt of the cifX Application (provided by Hilscher), is involved.
Hence, my question is what would be the best way to modify the entire system to use a top priority task running in the FreeRTOS, since both PROFINET and FreeRTOS are trying to access the same resources?
Thanks in advance!