Part Number: AM2634
Other Parts Discussed in Thread: SYSCONFIG
Hi.
I'm trying bare metal example on AM26x CC board.
And I using the SDK -mcu_plus_sdk_am263x_08_06_00_34.
I found there are example of no rtos version of HTTP server in the SDK user guide docs.
AM64x MCU+ SDK: Enet LwIP HTTP Server On Bare Metal (No-RTOS) (ti.com)
First I changed the integration option into "NoRtos" out of "FreeRtos"
And I changed referencing libraries into no rtos version like belows.

When I trying to build the example, but I keep getting build error as belows
- C:/ti/mcu_plus_sdk_am263x_08_06_00_34/examples/networking/lwip/cpsw_lwip_https/app_main.c:255:72: error: too few arguments to function call, expected 2, have 1
LwipifEnetApp_startSchedule(g_pNetif[ENET_SYSCFG_DEFAULT_NETIF_IDX]);
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
Questions)
1. If I choose wrong option or missed configuration, plz let me know.
2. Is it possible to change the other examples (like tcp server/client, udp server) into no rtos(bare metal) example?