当前位置:网站首页>Error 65:access violation at 0x58024400: no 'read' permission
Error 65:access violation at 0x58024400: no 'read' permission
2022-06-26 00:52:00 【To, violet】
One 、 Problem description
I've been using STM32H750 Model single-chip microcomputer to do a small project , During debugging, it is found that the software simulation cannot be performed , After entering the simulation, an error similar to that shown in the following figure appears , And no access main function .

The author has found many methods on the Internet , But part of it is to use only STM32F10X Series of . Finally, the author summarizes the methods . The following describes the method first and then roughly describes a principle .
Two 、 resolvent
1、 Create a new project named in the project directory debug.ini The file of , Write the text in the file and save
map 0x40000000, 0x4000D3FF read write // APB1
map 0x40010000, 0x400177FF read write // APB2
map 0x50000000, 0x50003FFF read write // APB3
map 0x58000000, 0x58006BFF read write // APB4
map 0x40020000, 0x400BFFFF read write // AHB1
map 0x48020000, 0x48022BFF read write // AHB2
map 0x51000000, 0x52008FFF read write // AHB3
map 0x58020000, 0x580267FF read write // AHB4
map 0xE0000000, 0xE00FFFFF read write // CORTEX-M7 internal peripherals
FUNC void Setup (void) {
xPSR = 1<<24;
SP = _RDWORD(0x08000000);
PC = _RDWORD(0x08000004);
_WDWORD(0xE000ED08, 0x08000000);
}
Setup();2、 open KEIL, choice project->Options for Target '...' ( The sign of the magic wand above ). Open and choose Debug. stay Initalization File Add top to column Just created debug.ini File can

边栏推荐
- The development context of Ba Kong Yuan universe industry
- 4 key points to help the product manage the project well
- 信号处理函数内必须使用可重入函数
- MySQL custom function instance
- 随便画画的
- mysql cluster
- Ssl/tls, symmetric and asymmetric encryption, and tlsv1.3
- FPGA notes -- implementation of FPGA floating point operation
- [system architecture] - what are MDA architecture, ADL and DSSA
- WordPress
猜你喜欢

Preordered clue binary tree

Typescript for Web Learning

1-10vmware builds customized network architecture

Leetcode 513. Find the value in the lower left corner of the tree

.net使用Access 2010数据库

Permission design = function permission + Data permission

1-9Vmware中网络配置

FPGA notes -- implementation of FPGA floating point operation

Wireshark's analysis of IMAP packet capturing

Summary of push-pull output and open drain output of STM32 and failure of analog IIC driving mlx90615
随机推荐
ciscn_2019_en_2
CXF
11.1.1 overview of Flink_ Flink overview
Openresty chapter 01 introduction and installation configuration
WordPress
Redisson 3.17.4 发布
Dynamic verification code
Flink reports error: a JNI error has occurred, please check your installation and try again
Qt优秀开源项目之九:qTox
Megacli common command collation
Why is it best to use equals for integer comparisons
What are the red lines of open source that should not be trodden on?
Balanced binary tree AVL
使用VS2022編譯Telegram桌面端(tdesktop)
1-10vmware builds customized network architecture
flink报错:No ExecutorFactory found to execute the application
86. (cesium chapter) cesium overlay surface receiving shadow effect (gltf model)
案例:绘制Matplotlib动态图
debezium
leetcode. 14 --- longest public prefix