我试图使用python自动化Trace32函数.我正在尝试使用T32_WriteMemory()函数将值写入内存地址.有人可以帮助我如何继续这个功能吗?
以下是T32 Api pdf(api_remote.pdf)的参考:
int T32_WriteMemory(
uint32_t byteAddress
int access,
uint8_t *buffer,
int byteSize
);
Run Code Online (Sandbox Code Playgroud)
byteAddress:要开始写入的目标内存地址
access:内存访问说明符
缓冲:输出
byteSize:要读取的字节数