完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我注意到MCC增加了对MikRO-E点击的支持。有没有支持这个特定计划的计划?或者,是否可以用PIC18F8K22创建MPLAB新项目,将这个点击板挂到USB上,并让MPLAB识别它?我真的很想开发这个板,但不壳牌出250美元的编译器时,MPLAB与MCC是如此杰出。
以上来自于百度翻译 以下为原文 I notice increasing support for the Mikro-E Clicks in MCC. Are there plans to support this particular one? Or is it possible to just create a new project with MPLAB based on the PIC18F87K22, hook up this click board to the USB, and have MPLAB recognize it? I would really like to develop with this board but not shell out the $250 for the compiler when MPLAB with MCC is so outstanding. Thanks Charles |
|
相关推荐
11个回答
|
|
哪个编译器?MCC假定XC8,这是完全可用的免费版本。
以上来自于百度翻译 以下为原文 Which compiler? MCC assumes XC8, which is perfectly usable in the free version. |
|
|
|
MCC支持许多Mikro -E点击板,但我没有明确地看到这一点。MikroElektronika想要一个购买他们的编译器250美元开发与点击板。我只是想知道Microchip是否会为MCC添加这个点击板的支持,或者如果它是基于MPLAB的PIC18F8K22,就可以在本地编程。
以上来自于百度翻译 以下为原文 MCC is supporting many of the Mikro-E Click boards but I don't see this one explicitly. MikroElektronika would like one to buy their compiler for $250 to develop with this Click board. I was just wondering if MicroChip was going to add support for this Click board to MCC or if it is possible to just program it natively in MPLAB since it is based on PIC18F87K22. |
|
|
|
你试用过免费版本的MikroC吗?或者图形代码会把你踢出他们的演示版本支持的免费2KB?我想如果你阅读整个数据表,你可以用MPLAB编程它,但这将是非常困难的,不幸的是,微芯片图形库不支持像MikroC这样的8位微控制器。
以上来自于百度翻译 以下为原文 Have you tried the free version of MikroC? Or the graphic code will kick you out of the free 2kb supported by their demo version? I guess if you read the whole datasheet you could be able to program it with MPLAB but it will be very difficult and unfortunately Microchip Graphics library doesn't support 8-bit microcontrollers like MikroC. |
|
|
|
谢谢你的快速反应。我没有尝试MikroC,但阅读演示将有一个2K代码限制。我目前正在使用PIC16F1619的好奇心,我的代码使用7.4K,所以即使没有购买Microroc也没有任何意义,不买完整的许可证。你对微芯片图形库的评论缺乏对8位的支持,我不太担心。我目前正在使用OLED显示器,用自己的字体在像素级别上创建图形和文本。这个板吸引了我(除了它的大小和分辨率),还有触摸屏用于输入。我想我也可以用我自己的代码来管理这个问题。我的问题是MPLAB和这个好奇心板的合作会有多好。有没有计划让MPLAB与这个董事会合作,还是根本不兼容?我假设,在这种情况下,我可以使用MPLAB将代码编译成十六进制,然后使用带有板的程序员通过USB下载HEX到板上。
以上来自于百度翻译 以下为原文 Thanks for the quick response. I have not tried MikroC but read that the demo will have a 2K code limit. I currently am using PIC16F1619 with Curiosity and my code is using 7.4K so there is no point in even trying MikroC without buying a full license. Your comment about the Microchip Graphics library lack of support for 8-bit does not worry me too much. I am currently using an OLED display and creating graphics and text at the pixel level with my own fonts. What attracts me about this board (besides its size and resolution) is the touch screen for input. I imagine I could roll my own code for managing that as well. My question is how well MPLAB will work with this board compared to the Curiosity board, which is pretty seamless. Are there any plans to make MPLAB work with this board or is it just not at all compatible? I am assuming that in this case I can use MPLAB to compile the code to hex and then download the hex to the board via USB using the programmer with the board. |
|
|
|
对。车载微控制器用USB UART引导程序预编程,因此不需要程序员。你可以使用机器人加载程序
以上来自于百度翻译 以下为原文 Yes. The On-board microcontroller is preprogrammed with USB UART bootloader, so won't need a programmer. You can use MIKROBOOTLOADER |
|
|
|
很明显,你是说MPLAB能够通过USB来在PicroGLCD板上编程PIC18F70K22,就像它能和Microchip的开发板一样吗?
以上来自于百度翻译 以下为原文 Just to be clear, are you saying that MPLAB will be able to program the PIC18F87K22 on the SmartGLCD board via USB just like it would be able to with one of Microchip's development boards? |
|
|
|
该显示器使用T6963图形控制器。搜索“XC8T6963库”第一HiTTPS://Github. COM/CAMILSTAPs/T6963Cpic
以上来自于百度翻译 以下为原文 That display uses the T6963 graphics controller. Search "XC8 T6963 library" First hit https://github.com/camilstaps/T6963C_PIC |
|
|
|
这是一个很好的信息,可以帮助我避免发明车轮。谢谢。不过,我的问题是,MPLAB是否能够通过USB在智能GLCD板上编程PIC18F70K22。我有一种感觉,我可以用MPLAB编译,然后我必须使用MikRoopTooLoad来编程StaskGLCD板。对吗?
以上来自于百度翻译 以下为原文 That is good information that will save me from reinventing the wheel. Thanks. Still, my question is whether MPLAB will be able to program the PIC18F87K22 on the SmartGLCD board via USB. I have a feeling that I can compile with MPLAB and then I must use the MIKROBOOTLOADER to program the SmartGLCD board. Is that right? |
|
|
|
当您购买显示器时,引导加载程序被安装。HTTPS://Suff.MikRo.COM/StasgLCDCad下载这个“StaseGLCD 240x128引导加载程序”,它包含编程软件和引导加载程序固件。如果一切都好,软件将检测模块。我使用他们的编译器,可以选择任何HEX文件加载。不确定这将如何处理配置位?因为编译器有一个项目设置,在那里你检查你的配置并且它负责它。
以上来自于百度翻译 以下为原文 When you buy the display the bootloader is installed. https://shop.mikroe.com/smartglcd Download this "SmartGLCD 240x128 Bootloader" it contains the programing software and and bootloader firmware. If all is good the software will detect the module. I use their compiler and can select any hex file to load. Not sure how this will handle the configuration bits? Because the compiler has a project set-up where you check off your configurations and it takes care of it. |
|
|
|
“编译器”是指MIKRO-C还是MPLAB?如果你指的是MikRO-C,我相信这会使一切顺利。如果MPLAB能在我的努力下完成这项工作,尤其是在上面给我的“XC8T6963图书馆”链接的帮助下,我就不想掏出250美元。
以上来自于百度翻译 以下为原文 By "their compiler" are you referring to Mikro-C or MPLAB? If you are referring to Mikro-C I am sure that would make everything work smoothly. I am just loath to shell out $250 if MPLAB will get the job done with just a little effort on my part, especially with the help of the "XC8 T6963 library" link you gave me above. |
|
|
|
HEX文件是由MPLAB XC8或MIKROC生成的十六进制文件。我有一些MikReleltRoNoKa开发板,我用MPLAB生成的代码进行编程。一旦你有一个十六进制文件,你可以使用Mikrobootloader加载你的新代码。我想它应该能检测到你的板。
以上来自于百度翻译 以下为原文 An Hex file is an Hex file whether generated by MPLAB XC8 or MikroC. I have some Mikroelektronika development boards that I program with code generated by MPLAB. Once you have an Hex file, you can use Mikrobootloader to load your new code. It should be able to detect your board I think. |
|
|
|
只有小组成员才能发言,加入小组>>
5129 浏览 9 评论
1984 浏览 8 评论
1914 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3149 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2212 浏览 5 评论
698浏览 1评论
586浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
467浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
603浏览 0评论
495浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-3 08:17 , Processed in 1.581101 second(s), Total 98, Slave 81 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号