
关于STM32H563的STlink-V3无法识别的问题咨询
nucleo板子自带的stlinkv3坏了咋整
stn32h725vgh3芯片,配置使用外部时钟必须先下载内部时钟的代码,然后再下载外部时钟的代码才可以正常使用,断电后需要重新这个流程,直接下载HSE外部时钟,功能不能使用。
stm32h563 无法完全整片擦除
STM32H745IGT6 温湿度等级
基于NUCLEO-WL55JC1开发板当中的CLASSA节点实现FSK调制的转变
设置RDP等级为2的同时,有什么办法可以确保后续还能够烧录程序
STM32H745IGT6芯片丝印
STM32H7R7 CubeMX无配置问题
用电器识别项目中nanoedgeAI频域训练及相位影响
问题终于解决了,IAR9.1按照AN4296操作,是不可以的,把放到RAM中的程序先定义到block,再定义到section
具体操作是
Introduction
This Technical Note sorts out an issue in version 5.xx of IAR Embedded Workbench for ARM.
Background
The issue is that the documentation is unclear on this topic.
Information
The
__ramfunc
functions are placed in the section.textrw
The placement can be done as in this example. In the.icf
file do:Note that...
...this Technical Note does not apply to IAR Embedded Workbench ARM versions 5.10 and 5.11 , where the IAR ILINK Linker worked in another way.
All product names are trademarks or registered trademarks of their respective owners
谢谢,按文档里的内容仿真的时候有些问题,所报的内容如下,程序实际也不能运行