嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
国民技术单片机N32G457(移植了FreeRTOS)USART例子
.
├── N32G_FreeRTOS
│ ├── Debug
│ │ ├── N32G457REL7
│ │ │ ├── FreeRTOS
│ │ │ │ ├── portSourceInclude
│ │ │ │ │ ├── port.d
│ │ │ │ │ ├── port.o
│ │ │ │ │ └── subdir.mk
│ │ │ │ └── sourceCode
│ │ │ │ ├── croutine.d
│ │ │ │ ├── croutine.o
│ │ │ │ ├── event_groups.d
│ │ │ │ ├── event_groups.o
│ │ │ │ ├── heap_4.d
│ │ │ │ ├── heap_4.o
│ │ │ │ ├── list.d
│ │ │ │ ├── list.o
│ │ │ │ ├── queue.d
│ │ │ │ ├── queue.o
│ │ │ │ ├── stream_buffer.d
│ │ │ │ ├── stream_buffer.o
│ │ │ │ ├── subdir.mk
│ │ │ │ ├── tasks.d
│ │ │ │ ├── tasks.o
│ │ │ │ ├── timers.d
│ │ │ │ └── timers.o
│ │ │ ├── N32G_CORE
│ │ │ │ ├── Peripheral
│ │ │ │ │ └── src
│ │ │ │ │ ├── misc.d
│ │ │ │ │ ├── misc.o
│ │ │ │ │ ├── n32g45x_adc.d
│ │ │ │ │ ├── n32g45x_adc.o
│ │ │ │ │ ├── n32g45x_bkp.d
│ │ │ │ │ ├── n32g45x_bkp.o
│ │ │ │ │ ├── n32g45x_can.d
│ │ │ │ │ ├── n32g45x_can.o
│ │ │ │ │ ├── n32g45x_comp.d
│ │ │ │ │ ├── n32g45x_comp.o
│ │ │ │ │ ├── n32g45x_crc.d
│ │ │ │ │ ├── n32g45x_crc.o
│ │ │ │ │ ├── n32g45x_dac.d
│ │ │ │ │ ├── n32g45x_dac.o
│ │ │ │ │ ├── n32g45x_dbg.d
│ │ │ │ │ ├── n32g45x_dbg.o
│ │ │ │ │ ├── n32g45x_dma.d
│ │ │ │ │ ├── n32g45x_dma.o
│ │ │ │ │ ├── n32g45x_dvp.d
│ │ │ │ │ ├── n32g45x_dvp.o
│ │ │ │ │ ├── n32g45x_eth.d
│ │ │ │ │ ├── n32g45x_eth.o
│ │ │ │ │ ├── n32g45x_exti.d
│ │ │ │ │ ├── n32g45x_exti.o
│ │ │ │ │ ├── n32g45x_flash.d
│ │ │ │ │ ├── n32g45x_flash.o
│ │ │ │ │ ├── n32g45x_gpio.d
│ │ │ │ │ ├── n32g45x_gpio.o
│ │ │ │ │ ├── n32g45x_i2c.d
│ │ │ │ │ ├── n32g45x_i2c.o
│ │ │ │ │ ├── n32g45x_iwdg.d
│ │ │ │ │ ├── n32g45x_iwdg.o
│ │ │ │ │ ├── n32g45x_opamp.d
│ │ │ │ │ ├── n32g45x_opamp.o
│ │ │ │ │ ├── n32g45x_pwr.d
│ │ │ │ │ ├── n32g45x_pwr.o
│ │ │ │ │ ├── n32g45x_qspi.d
│ │ │ │ │ ├── n32g45x_qspi.o
│ │ │ │ │ ├── n32g45x_rcc.d
│ │ │ │ │ ├── n32g45x_rcc.o
│ │ │ │ │ ├── n32g45x_rtc.d
│ │ │ │ │ ├── n32g45x_rtc.o
│ │ │ │ │ ├── n32g45x_sdio.d
│ │ │ │ │ ├── n32g45x_sdio.o
│ │ │ │ │ ├── n32g45x_spi.d
│ │ │ │ │ ├── n32g45x_spi.o
│ │ │ │ │ ├── n32g45x_tim.d
│ │ │ │ │ ├── n32g45x_tim.o
│ │ │ │ │ ├── n32g45x_tsc.d
│ │ │ │ │ ├── n32g45x_tsc.o
│ │ │ │ │ ├── n32g45x_usart.d
│ │ │ │ │ ├── n32g45x_usart.o
│ │ │ │ │ ├── n32g45x_wwdg.d
│ │ │ │ │ ├── n32g45x_wwdg.o
│ │ │ │ │ └── subdir.mk
│ │ │ │ ├── Src
│ │ │ │ │ ├── n32g45x_it.d
│ │ │ │ │ ├── n32g45x_it.o
│ │ │ │ │ ├── subdir.mk
│ │ │ │ │ ├── system_n32g45x.d
│ │ │ │ │ └── system_n32g45x.o
│ │ │ │ └── StartUp
│ │ │ │ ├── startup_n32g45x_gcc.d
│ │ │ │ ├── startup_n32g45x_gcc.o
│ │ │ │ └── subdir.mk
│ │ │ ├── System
│ │ │ │ └── src
│ │ │ │ ├── NZ_Delay.d
│ │ │ │ ├── NZ_Delay.o
│ │ │ │ ├── NZ_Usart.d
│ │ │ │ ├── NZ_Usart.o
│ │ │ │ ├── print_remap.d
│ │ │ │ ├── print_remap.o
│ │ │ │ └── subdir.mk
│ │ │ └── User_Src
│ │ │ ├── main.d
│ │ │ ├── main.o
│ │ │ └── subdir.mk
│ │ ├── N32G_FreeRTOS.bin
│ │ ├── N32G_FreeRTOS.elf
│ │ ├── N32G_FreeRTOS.map
│ │ ├── makefile
│ │ ├── objects.mk
│ │ └── sources.mk
│ └── N32G457REL7
│ ├── FreeRTOS
│ │ ├── FreeRTOSConfig.h
│ │ ├── portSourceInclude
│ │ │ ├── port.c
│ │ │ └── portmacro.h
│ │ ├── sourceCode
│ │ │ ├── croutine.c
│ │ │ ├── event_groups.c
│ │ │ ├── heap_4.c
│ │ │ ├── list.c
│ │ │ ├── queue.c
│ │ │ ├── stream_buffer.c
│ │ │ ├── tasks.c
│ │ │ └── timers.c
│ │ └── sourceInclude
│ │ ├── FreeRTOS.h
│ │ ├── StackMacros.h
│ │ ├── atomic.h
│ │ ├── croutine.h
│ │ ├── deprecated_definitions.h
│ │ ├── event_groups.h
│ │ ├── list.h
│ │ ├── message_buffer.h
│ │ ├── mpu_prototypes.h
│ │ ├── mpu_wrappers.h
│ │ ├── portable.h
│ │ ├── projdefs.h
│ │ ├── queue.h
│ │ ├── semphr.h
│ │ ├── stack_macros.h
│ │ ├── stdint.readme
│ │ ├── stream_buffer.h
│ │ ├── task.h
│ │ └── timers.h
│ ├── N32G_CORE
│ │ ├── CMSIS
│ │ │ └── Inc
│ │ │ ├── arm_common_tables.h
│ │ │ ├── arm_const_structs.h
│ │ │ ├── arm_math.h
│ │ │ ├── cmsis_armcc.h
│ │ │ ├── cmsis_armclang.h
│ │ │ ├── cmsis_compiler.h
│ │ │ ├── cmsis_gcc.h
│ │ │ ├── cmsis_iccarm.h
│ │ │ ├── cmsis_version.h
│ │ │ ├── core_cm4.h
│ │ │ └── mpu_armv7.h
│ │ ├── Inc
│ │ │ ├── n32g45x.h
│ │ │ ├── n32g45x_conf.h
│ │ │ ├── n32g45x_it.h
│ │ │ └── system_n32g45x.h
│ │ ├── Peripheral
│ │ │ ├── inc
│ │ │ │ ├── misc.h
│ │ │ │ ├── n32g45x_adc.h
│ │ │ │ ├── n32g45x_bkp.h
│ │ │ │ ├── n32g45x_can.h
│ │ │ │ ├── n32g45x_comp.h
│ │ │ │ ├── n32g45x_crc.h
│ │ │ │ ├── n32g45x_dac.h
│ │ │ │ ├── n32g45x_dbg.h
│ │ │ │ ├── n32g45x_dma.h
│ │ │ │ ├── n32g45x_dvp.h
│ │ │ │ ├── n32g45x_eth.h
│ │ │ │ ├── n32g45x_exti.h
│ │ │ │ ├── n32g45x_flash.h
│ │ │ │ ├── n32g45x_gpio.h
│ │ │ │ ├── n32g45x_i2c.h
│ │ │ │ ├── n32g45x_iwdg.h
│ │ │ │ ├── n32g45x_opamp.h
│ │ │ │ ├── n32g45x_pwr.h
│ │ │ │ ├── n32g45x_qspi.h
│ │ │ │ ├── n32g45x_rcc.h
│ │ │ │ ├── n32g45x_rtc.h
│ │ │ │ ├── n32g45x_sdio.h
│ │ │ │ ├── n32g45x_spi.h
│ │ │ │ ├── n32g45x_tim.h
│ │ │ │ ├── n32g45x_tsc.h
│ │ │ │ ├── n32g45x_usart.h
│ │ │ │ ├── n32g45x_wwdg.h
│ │ │ │ ├── n32xx_tsc_alg_api.h
│ │ │ │ └── n32xx_tsc_alg_api.lib
│ │ │ └── src
│ │ │ ├── misc.c
│ │ │ ├── n32g45x_adc.c
│ │ │ ├── n32g45x_bkp.c
│ │ │ ├── n32g45x_can.c
│ │ │ ├── n32g45x_comp.c
│ │ │ ├── n32g45x_crc.c
│ │ │ ├── n32g45x_dac.c
│ │ │ ├── n32g45x_dbg.c
│ │ │ ├── n32g45x_dma.c
│ │ │ ├── n32g45x_dvp.c
│ │ │ ├── n32g45x_eth.c
│ │ │ ├── n32g45x_exti.c
│ │ │ ├── n32g45x_flash.c
│ │ │ ├── n32g45x_gpio.c
│ │ │ ├── n32g45x_i2c.c
│ │ │ ├── n32g45x_iwdg.c
│ │ │ ├── n32g45x_opamp.c
│ │ │ ├── n32g45x_pwr.c
│ │ │ ├── n32g45x_qspi.c
│ │ │ ├── n32g45x_rcc.c
│ │ │ ├── n32g45x_rtc.c
│ │ │ ├── n32g45x_sdio.c
│ │ │ ├── n32g45x_spi.c
│ │ │ ├── n32g45x_tim.c
│ │ │ ├── n32g45x_tsc.c
│ │ │ ├── n32g45x_usart.c
│ │ │ └── n32g45x_wwdg.c
│ │ ├── Src
│ │ │ ├── n32g45x_it.c
│ │ │ └── system_n32g45x.c
│ │ └── StartUp
│ │ ├── n32g45x_flash.ld
│ │ └── startup_n32g45x_gcc.S
│ ├── System
│ │ ├── inc
│ │ │ ├── NZ_Delay.h
│ │ │ └── NZ_Usart.h
│ │ └── src
│ │ ├── NZ_Delay.c
│ │ ├── NZ_Usart.c
│ │ └── print_remap.c
│ ├── User_Inc
│ │ └── main.h
│ └── User_Src
│ └── main.c
└── 国民技术单片机N32G457(移植了FreeRTOS)eclipse下USART例子_N32G_FreeRTOS.zip
33 directories, 212 files