我照着网上的方法 想在内部日ram做程序调试 但是有问题 设置如下 1.设置片内RAM空间 2.Debug标签页设置 RAM.ini文件内容 /******************************************************************************/ /* RAM.INI: RAM Initialization File */ /******************************************************************************/ // > // /******************************************************************************/ /* This file is part of the uVision/ARM development tools. */ /* Copyright (c) 2005-2007 Keil Software. All rights reserved. */ /* This software may only be used under the terms of a valid, current, */ /* end user licence from KEIL for a compatible version of KEIL software */ /* development tools. Nothing else gives you the right to use this software. */ /******************************************************************************/ FUNC void Setup (void) { SP = _RDWORD(0x20000000); // Setup Stack Pointer PC = _RDWORD(0x20000004); // Setup Program Counter _WDWORD(0xE000ED08, 0x20000000); // Setup Vector Table Offset Register } LOAD D:\Program_Files\Keil\Project\01.LED\obj\project.axf INCREMENTAL // Download Setup(); // Setup for Running g, main 从现象看 程序应该下载到了RAM中 但是一点运行 就跑到这个异常地址了 不知道为什么 |
STM32CubeIDE无法生成工程和代码
STM32串口通信,上电和断电串口助手会返回数,是为什么呢
使用SysTick_Config函数写延时函数,但显示SysTick_Config无法被调用,怎么解决呢?
stm32进入stop模式被莫名其妙唤醒(应该是systick)但是无法被WKUP引脚唤醒。
头文件找不到
软件为keil5,头文件未找到
通过FATFS文件系统读写SD卡创建文件可以了,但加入MSC,一直显示一个没有格式化的U盘盘符,也不能格式化,这是什么问题导致的
stm32f103汇编求助
cubemx 生成的freertos代码 在keil ac6下不能编译,有什么解决的方法吗
报错Could not determine GDB version using command: arm-none-eabi-gdb --version