zzsczz 发表于 2016-6-30 22:52:08

一个新玩具:PLC TRINE ,在 CORTEX M3的上实现了 8位pic18虚拟机

网址在sourceforge.net/projects/plc-trine/

PIC18OVER CORTEX M3 , 即在 M3 MCU 上实现了 PIC18兼容的 虚拟机。。。应用开发工具么,采用 Microchip MC18 compiler。


不知道好不好玩。



lcw_swust 发表于 2016-6-30 23:07:02

网址对否?
PLC TRINE - A tiny C programmable PLC
C programmable PLC based on ARM microcontroller
从字面上看是基于ARM的PLC呀
其实在AVR上运行JAVA虚拟机的那个项目也挺强大的

aleyn 发表于 2016-7-1 08:18:31

PLC TRINE - A tiny C programmable PLC
C programmable PLC based on ARM microcontroller

Description
This project let you build a C programmable PLC based on ARM Cortex-M0 LPC1114 microcontroller. PBCs,schematics, firmware and IDE are provided.

这是PLC,不是PIC。而且是M0,不是M3,当然,也可以改到M3或M4上。

zzsczz 发表于 2016-7-1 09:49:13







####################################################

PLC TRINE - A tiny C programmable PLC.

This project has several parts:


1) Compiler: This folder contains a Windows IDE installer and the source code for this IDE.The IDE is an Eclipse IDE with an extra plugin that allows the user programming the PLC by serial RS232 interface. It also provides a Microchip MC18 compiler that generates the bytecode that this PLC runs.

2) Documentation: Manuals and user guides for the device.

3) Examples: Projects examples for the PLC Compiler IDE.

4) Firmware: A Keil project for ARM Cortex-M0 LPC1114, this is the firmware for PLC's microcontroller.

5) Hardware: This folder contains PCB and Schematics made with "Altium Designer Winter 09".

6) Package: Corel Draw and Autocad projects. (Labels and cabinet)


weichao4808335 发表于 2016-7-14 08:33:27

有玩起来的吗?

zzsczz 发表于 2016-7-15 10:13:46

weichao4808335 发表于 2016-7-14 08:33
有玩起来的吗?

整过,不知道 是不是 MDK版本问题,SOURCE需要修改才能编译;

代码注释不多 , 西班牙语的,文件名也是。看起来比较unique。


相比之下 6502 有很多资源,6502 on PIC ,6502 on avr ,都有好多的,还有很多 6502 IN FPGA ,6502 模拟器(包括任天堂红白机),好玩一些。

richards 发表于 2016-7-16 18:30:56

这个牛逼

zzsczz 发表于 2016-7-16 19:16:03

richards 发表于 2016-7-16 18:30
这个牛逼

同感。复杂系统的设计很重要。

8位机可以用汇编裸奔,一个工程师就可以解决 ; 内存外设多了的话得上操作系统;

操作系统和 应用 关注的细节不同,在一种工具和方法论下解决问题 很扯。靠谱的做法是BSP + 应用VM 。智能手机、大中行PLC都是这样。

复杂系统涉及到多个领域的知识 和 "know how", 一个凡人吃下去会消化不良的。   采用现成的标准和规范,大胆地寨吧
页: [1]
查看完整版本: 一个新玩具:PLC TRINE ,在 CORTEX M3的上实现了 8位pic18虚拟机