STM32F746控制器上的Micropython

发布于 2025-01-25 09:28:39 字数 494 浏览 5 评论 0原文

我有一个包含 stm32f746 控制器的PCB,因此我想在该控制器上运行Micropython,因此我已经从该存储库中编译了STM32F7磁盘板的代码( https://github.com/micropopython/micropython/micropython.git )有这个错误:
14:21:59:精灵加载程序程序功能失败。
14:22:01:精灵加载程序程序功能失败。 14:22:01:内存加载器错误
14:22:01:程序操作期间发生错误!
14:22:01:编程错误 @ 0x08000000!
14:22:09:编程错误 @ 0x08020000!

我以为链接文件可能存在问题,但我不知道如何修复它。 请任何帮助!

先感谢您 。

I have a PCB which contain an STM32F746 controller , I want to run micropython on that controller for that reason I have compiled the code of STM32F7 DISC board from that repository (https://github.com/micropython/micropython.git) and than I have upload it to the controller using the ST_Link ,I have got this errors :
14:21:59 : The elf loader Program function fails.
14:22:01 : The elf loader Program function fails. 14:22:01 : Memory-Loader error
14:22:01 : Error occured during program operation!
14:22:01 : Programming error @ 0x08000000!
14:22:09 : Programming error @ 0x08020000!

I thought maybe there is a problem with the linker file but i didn´t know how to fix it .
Any help ,Please !

Thank you in advance .

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

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

发布评论

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

评论(1

吻风 2025-02-01 09:28:39

我解决了它,问题是在stlink的版本上,我甚至无法删除芯片,我只下载了最新版本,固件正正确地载入它。

我遇到了另一个错误,我正在处理嵌入PCB内部的STM32F746控制器,将F7DISC的固件上传到我的控制器中,我什么也没发生,我无法获得Python的解释器,我认为固件没有固件。 t起作用是因为我的计算机无法检测到虚拟com端口。
请任何帮助!!!

I resolved it , the problem was with the version of the STLink , I couldn´t even erase the chip and , I just download the latest version and the firmware is uppload it correctly .

I am stuck with an other error , I am working on the stm32f746 controller which is embedded inside a pcb , after uploading the firmware of the f7Disc to my controller nothing happen and I could´t get the python interpreter , I thought the firmware doesn´t work because my computer doesn´t detect a virtual com port .
Any help , Please !!!!

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