STM32 LwIP UDP+Artnet 上传者:cufen 2019-06-26 17:15:38上传 RAR文件 6.11MB 热度 160次 成功把artnet移植到stm32上,也有基于LwIP的UDP例程。 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 码姐姐匿名网友 2019-06-26 17:15:38 非常好的资料, 谢谢 码姐姐匿名网友 2019-06-26 17:15:38 谢谢楼主,很好用 码姐姐匿名网友 2019-06-26 17:15:38 实测可用, 在STM32F4107开发板上可以运行, 管脚可以remap一下。 码姐姐匿名网友 2019-06-26 17:15:38 artnet_node artnet_new(const char *ip, int verbose) { node n; int i; n =malloc(sizeof(artnet_node_t)); if (!n) { artnet_error("malloc failure"); printf("malloc failure\r\n"); return NULL; } 大神看看这个动态内存分配为啥返回值一直是NULL ,一直执行if里面的程序 码姐姐匿名网友 2019-06-26 17:15:38 谢谢,学习一下 码姐姐匿名网友 2019-06-26 17:15:38 谢谢,研究一下 发表评论
非常好的资料, 谢谢
谢谢楼主,很好用
实测可用, 在STM32F4107开发板上可以运行, 管脚可以remap一下。
artnet_node artnet_new(const char *ip, int verbose) { node n; int i; n =malloc(sizeof(artnet_node_t)); if (!n) { artnet_error("malloc failure"); printf("malloc failure\r\n"); return NULL; } 大神看看这个动态内存分配为啥返回值一直是NULL ,一直执行if里面的程序
谢谢,学习一下
谢谢,研究一下