免费 PIC C 编译器

发布于 2024-08-19 15:53:23 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

小耗子 2024-08-26 15:53:23

尝试 SDCC - 一个开源小型设备 C 编译器,

我在学校期间将其用于小型项目,效果非常好。

http://sdcc.sourceforge.net/

Try SDCC - an open source Small Device C Compiler

I used it for small project during school and it worked great.

http://sdcc.sourceforge.net/

栀梦 2024-08-26 15:53:23

我在这里提到 PIC C 编译器,它在 PIC 单片机编程方面是最好的。

  1. 用于 PIC 的MPLAB C18 编译器
  2. MikroC Pro
  3. 用于 PIC 的 CCS 编译器

您可以在这篇文章中阅读有关它们的更多信息 Top 3 PIC C 编译器,他们给出了这 3 个 PIC 编译器之间的比较,即它们的优点和缺点。

I am mentioning the PIC C compilers here, which are best when it comes to PIC Microcontroller Programming.

  1. MPLAB C18 Compiler
  2. MikroC Pro for PIC
  3. CCS Compiler for PIC

You can read more about them on this post Top 3 PIC C Compiler, they have given a comparison between these 3 PIC Compilers i.e. there advantages and disadvantages.

半仙 2024-08-26 15:53:23

Mikroelektronika 有一系列编译器,包括 Pascal 和 C,它们具有非常好的库,可以满足您需要的大部分内容,例如 CompactFlash、USB、LCD 等。

它不是免费的,但免费版本有足够的功能可以让您完成大部分基本操作。

Mikroelektronika has a series of compilers, including Pascal and C with very good libraries for most of the stuff you'll need, such as CompactFlash, USB, LCD and etc.

It's not free, but the free version has enough juice to allow you do to most of the basic stuff.

迷迭香的记忆 2024-08-26 15:53:23

我最近开始进行 PIC c 编程,并在 Hi-Tech C 编译器的精简版(免费,但不是开源)方面取得了一些成功。我使用的是 PIC16F690,所以它也应该适合你。

您可以在此处下载编译器:

http://www. microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en542849

I recently got started with PIC c programming, and had some success with the lite version (free, but not open-source) of the Hi-Tech C compiler. I was using the PIC16F690 so it should work well for you too.

You can download the compiler here:

http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en542849

骑趴 2024-08-26 15:53:23

你见过sourceboost c 编译器吗?
这不是开源的,但有一个免费版本的详细信息此处。看起来效果很好。

Have you seen the sourceboost c compiler?
This isn't open source but there is a free cost version details here. It seems to work very well.

罪歌 2024-08-26 15:53:23

您可以尝试 http://www.bknd.com/cc5x/ 中的 CC5X ​​C 编译器,它有还有免费版。
这里有来自 microchip 的高科技 c 编译器 lite

You can try the CC5X C Compiler from http://www.bknd.com/cc5x/ it has an free edition too.
There is the hi-tech c compiler lite from microchip available here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文