没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
以太网模块W5500客户端模式 中断查询 STM32单片机测试例程源码 main(void) { delay_init(); //延时函数初始化 //uart_init(9600); //串口初始化为9600 LED_Init(); //初始化与LED连接的硬件接口 NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2); //设置NVIC中断分组2:2位抢占优先级,2位响应优先级 SPI1_Init(); //初始化SPI1 PA5 PA6 PA7 IO为SPI模式 SPI1_SetSpeed(SPI_BaudRatePrescaler_2); //配置SPI1速度为最高 W5500_GPIO_Init();//初始化W5500 RST INT SCS对应GPIO状态 并配置INT中断模式 Load_Net_Parameters(); //装载网络参数 W5500_Hardware_Reset(); //硬件复位W5500 W5500_Initializati
资源推荐
资源详情
资源评论
收起资源包目录
以太网模块W5500客户端模式 中断查询 STM32单片机测试例程源码.zip (188个子文件)
w5500.__i 354B
delay.__i 345B
spi.__i 344B
template.uvgui.Administrator 157KB
template.axf 728KB
template.uvgui_Administrator.bak 157KB
template_uvopt.bak 147KB
template_uvproj.bak 17KB
stm32f10x_tim.c 107KB
stm32f10x_flash.c 61KB
stm32f10x_rcc.c 50KB
stm32f10x_adc.c 46KB
stm32f10x_i2c.c 45KB
stm32f10x_can.c 44KB
stm32f10x_usart.c 37KB
system_stm32f10x.c 36KB
stm32f10x_fsmc.c 35KB
stm32f10x_spi.c 30KB
stm32f10x_dma.c 29KB
stm32f10x_sdio.c 28KB
stm32f10x_gpio.c 23KB
W5500.c 22KB
stm32f10x_dac.c 19KB
core_cm3.c 17KB
stm32f10x_cec.c 11KB
stm32f10x_pwr.c 9KB
stm32f10x_rtc.c 8KB
stm32f10x_bkp.c 8KB
misc.c 7KB
stm32f10x_exti.c 7KB
stm32f10x_wwdg.c 6KB
stm32f10x_dbgmcu.c 5KB
usart.c 5KB
stm32f10x_iwdg.c 5KB
main.c 4KB
stm32f10x_it.c 4KB
stm32f10x_crc.c 3KB
spi.c 3KB
delay.c 2KB
led.c 537B
stm32f10x_tim.crf 360KB
stm32f10x_can.crf 347KB
stm32f10x_adc.crf 345KB
stm32f10x_flash.crf 345KB
stm32f10x_i2c.crf 344KB
stm32f10x_fsmc.crf 344KB
stm32f10x_sdio.crf 342KB
stm32f10x_dma.crf 341KB
stm32f10x_dac.crf 340KB
stm32f10x_cec.crf 340KB
stm32f10x_bkp.crf 339KB
stm32f10x_rtc.crf 339KB
stm32f10x_pwr.crf 339KB
stm32f10x_wwdg.crf 339KB
stm32f10x_iwdg.crf 338KB
stm32f10x_crc.crf 338KB
stm32f10x_dbgmcu.crf 338KB
w5500.crf 261KB
main.crf 261KB
stm32f10x_rcc.crf 256KB
stm32f10x_usart.crf 254KB
usart.crf 253KB
stm32f10x_spi.crf 253KB
stm32f10x_gpio.crf 252KB
system_stm32f10x.crf 250KB
stm32f10x_exti.crf 249KB
spi.crf 249KB
misc.crf 249KB
delay.crf 249KB
stm32f10x_it.crf 248KB
led.crf 248KB
core_cm3.crf 3KB
stm32f10x_dbgmcu.d 2KB
stm32f10x_flash.d 2KB
stm32f10x_fsmc.d 2KB
stm32f10x_wwdg.d 2KB
stm32f10x_sdio.d 2KB
stm32f10x_iwdg.d 2KB
stm32f10x_tim.d 2KB
stm32f10x_dma.d 2KB
stm32f10x_can.d 2KB
stm32f10x_bkp.d 2KB
stm32f10x_adc.d 2KB
stm32f10x_crc.d 2KB
stm32f10x_pwr.d 2KB
stm32f10x_dac.d 2KB
stm32f10x_i2c.d 2KB
stm32f10x_cec.d 2KB
stm32f10x_rtc.d 2KB
main.d 848B
stm32f10x_usart.d 809B
stm32f10x_gpio.d 792B
stm32f10x_exti.d 792B
stm32f10x_rcc.d 775B
stm32f10x_spi.d 775B
system_stm32f10x.d 729B
w5500.d 722B
stm32f10x_it.d 708B
usart.d 677B
delay.d 631B
共 188 条
- 1
- 2
SKCQTGZX
- 粉丝: 125
- 资源: 4768
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 课程设计项目:python+QT实现的小型编译器.zip
- (源码)基于AVR ATmega644的智能卡AES解密系统.zip
- (源码)基于C++插件框架的计算与打印系统.zip
- (源码)基于Spring Boot和Vue的苍穹外卖管理系统.zip
- (源码)基于wxWidgets库的QMiniIDE游戏开发环境管理系统.zip
- 通过C++实现原型模式(Prototype Pattern).rar
- 学习记录111111111111111111111111
- 通过java实现原型模式(Prototype Pattern).rar
- 通过python实现原型模式(Prototype Pattern).rar
- xiefrnsdklmkds
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
前往页