如题,就是可以在VS内可以使用RTT的env工具,现在是用vs写代码,用env编译其处理其他,,系统使用win10 :lol,本人小白,刚入门,想往系统方面学习,不知道我说的有没有不合理的地方
离线
visual code ?
离线
visual code ?
是的,现在用vs写代码 ,f1c100s 跑RTT
离线
实现了吗?请赐教
离线
实现了吗?请赐教
还没有,所以才来请教下论坛的大佬们,有没有什么方法实现
离线
I'm use Rt-Thread fork for V3s(on Lichee Pi Zero board)
https://github.com/liu2guang/bsp_v3s
this is have windows program for upload compiled code to V3s RAM(and SPI Flash by change command line), have binary spl (I think from UBOOT) for SDRAM/PLL init.
If you are need JLink use - you can use Ozone program form Segger and upload elf file and execute it(with breakpoints, but not profiling).
https://www.segger.com/products/development-tools/ozone-j-link-debugger/
Please dont forget switch some pin back to JTAG mode in demo program , before using Jlink.
for compile under windows you are need
scons-local_3_1_1
Phyton_2_7 python-2.7.16.amd64.msi
6_0_2017-q2-update (arm-none-eabi) gcc-arm-none-eabi-6-2017-q2-update-win32.zip
(or 5_4_2016-q3-update) gcc-arm-none-eabi-5_4-2016q3-20160926-win32.zip
MinGW or CygWin.
Small file for Segger Ozone with some pheripherial description in attachment(as example for extend it).
离线