-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM32F103RC移植报错 #39
Comments
报什么错?完整错误日志发一下。 |
看着没问题,大概率是时钟配置和晶振问题。上真实硬件测试呢? |
大佬,我试了试例程里面GPIO,发现可以运行 |
// ADCx_Init(ADC1); |
可能是ADC仿真的有问题,初始化失败了。 |
嗯嗯,毕竟没有实物。请问如果要修改晶振和主频,有什么简单的方法吗? |
自己重新配一下时钟。 |
好的,感谢大佬的帮助! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大佬们,我在STM32F10X的工程中更换了芯片STM32F103RC,这是为了能够在proteus中进行仿真。但是直接这样报错了,我参考野火的例程,应该要更换启动文件为ld.s,但是我直接添加进去还是有错,然后我又想着把ArduinoAPI和内核移植到野火的例程中,还是错误。想知道怎么更换芯片能够不报错啊!
The text was updated successfully, but these errors were encountered: