主题中讨论的其他器件:NOWECC
工具与软件:
您好!
我想使用 nowECC 程序。 但是、我无法打开它。 当我尝试执行它时(作为管理员)、它会立即被绞死。
它在 Windows 10中是否工作?
谢谢。此致、
Leandro
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好、Leandro、
您能否从以下链接下载 nowECC:
这是其用户指南链接:
——
谢谢、此致、
Jagadish。
您好 Jagadish、
试图进入特权模式并写入 RAMOCCUR 寄存器。 但是、我无法写出它。 在调试会话期间、在我尝试写入 RAMOCCUR 寄存器的行中、它会将我发送给 b _dabort 位于 sys_intvecs.asm 中。 我使用以下函数进入特权模式:
void enter_supervisor (void){
寄存器 uint32_t u32Mode = 0x13ul;/* Supervisor */
u32Mode = switchCpuMode (u32Mode);
断言(0x1Ful == u32Mode);
}
但是、我想我无法进入特权模式。
提前感谢您。
此致、
Leandro