vishav26 wrote on Thursday, January 18, 2018:
Hi,
I am new to FreeRTOS and I created a Zynq application to send data to UDP socket. However, I observed that my application does not enter the main function (when I add a breakpoint at FreeRTOSIPInit(),the application does not stop at debug mode).
Am I missing some configurations? I checked configASSERT() and it is defined as
define configASSERT( ( x ) ) if( ( x ) == 0 ) vAssertCalled( FILE, LINE )
I am attaching my project files. Your feedback would be highly helpful.
Thanks in advance