正在查看信号量状态,由LinuxcubeMX启动。看到空窗。我知道在lwip. c文件中创建的信号量(例如 /* create a binary semaphore used for informing ethernetif of frame reception */ osSemaphoreDef(Netif_SEM); Netif_LinkSemaphore = osSemaphoreCreate(osSemaphore(Netif_SEM) , 1 );但在freertos窗口中看不到任何一个: 具有监视任务的窗口正 如何启用信号量监控功能?
|