Arduino-For-Keil
Arduino-For-Keil copied to clipboard
A lightweight Arduino framework for Keil projects.
用STM32F411CEU6直接用模板工程下载程序会导致芯片锁死,是不是还有其他内容需要配置?
https://github.com/stm32duino/STM32SD 原来有一个SD的,看了下是用SPI读写的,应该是这个STM32SD的旧版. 能不能请教下如何把这个移植过来?
@FASTSHIFT I want to share the libraries I use and that I tested with the real hardware. My setup: SMT32F030 with internal clock @8Mhz I use this libraries, sensors and...
Hello. I have been for a while diving in information and looking in the internet before coming to ask. I am testing out the Low Power Modes in the STM32F03F4P6,...
移植库文件报错
linking... .\Objects\proj.axf: Error: L6218E: Undefined symbol Adafruit_MS_PWMServoDriver::setPWMFreq(float) (referred from qgpmaker_motorshield.o). .\Objects\proj.axf: Error: L6218E: Undefined symbol Adafruit_MS_PWMServoDriver::begin() (referred from qgpmaker_motorshield.o). .\Objects\proj.axf: Error: L6218E: Undefined symbol Adafruit_MS_PWMServoDriver::setPWM(unsigned char, unsigned short, unsigned short)...
真是一个很棒的项目,arduino也能在keil上面用了。 手头上有一块F407和F429,如何能移植到这上面用呢? 谢谢
 
大佬们,我在STM32F10X的工程中更换了芯片STM32F103RC,这是为了能够在proteus中进行仿真。但是直接这样报错了,我参考野火的例程,应该要更换启动文件为ld.s,但是我直接添加进去还是有错,然后我又想着把ArduinoAPI和内核移植到野火的例程中,还是错误。想知道怎么更换芯片能够不报错啊!