#include "iostm32f10xxB.h" #include "stm32f10x_lib.h" #include "main.h" //rac /* Includes ------------------------------------------------------------------*/ #include "iic.c" #include "uart.c" #include "plc.c" #include "stm32f10x_it.c" /* Private functions ---------------------------------------------------------*/ int main(void) { #ifdef DEBUG debug(); #endif //配置系统时钟 sys_config(); //配置 NVIC 和 Vector Table NVIC_Configuration(); //配置使用的GPIO口 GPIO_Configuration(); //改变指定管脚的映射 GPIO_Remap_SWJ_JTAGDisable JTAG-DP 失能 + SW-DP使能 GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable , ENABLE); xxdelay(); SysTick_Config(); I2C_EE_Init(); Analog_Configration(); DMA_Configration(); program = (unsigned char *)(0x0800C000); UART0_setup(); // uart0_txptr = 0; // uart0_txall = 2; // COM0_OUT; // USART1->DR = 0x55; UART1_setup(); LED0_OFF; LED1_OFF; //主循环 plc_main(); } #ifdef DEBUG void assert_failed(u8* file, u32 line) { /* User can add his own implementation to report the file name and line number, ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */ /* Infinite loop */ while (1) { } } #endif
2021-12-23 20:08:02 1.23MB stm32 三菱PLC
【亲测有效】STM32仿三菱PLC源代码自测可用 文件类型:项目文件 主要功能: 重磅推荐,整个工程系统性很强,非常适合学习使用 适合人群:新手及有一定经验的开发人员
2021-11-18 12:02:17 1019KB STM32 仿三菱PLC 源代码
包括传人记(最晚更新20180525)、小小晟((最晚更新20160929)),一般都是这两个版本,以及可参考的原理图、PCB板图。
2021-10-18 22:05:03 59.55MB STM32仿三菱PLC系统程序
1
嵌入式学习者
2021-06-26 15:02:27 897KB 嵌入式 三菱FX2N
1
用stc32单片机仿三菱plc的源代码,IAR编译通过。
2021-05-20 14:52:11 883KB 仿三菱PLC
1
仿PLC
2021-04-24 09:02:18 17.47MB STM32仿FX3还CAN代码
1
基于STM32单片机,cortex-m3内核,仿三菱PLC,包含IAR工程,可以用来学习其中控制原理
2021-04-02 15:11:57 898KB 三菱PLC STM32
1
STM32仿三菱PLC FX2N开源代码+电路图
2021-03-09 16:41:35 18.78MB STM32仿三菱 STM32仿三菱PLC 仿三菱FX2N
1