您试图调试的示例是什么?
它是修改的示例项目/您自己的项目吗?
你能看到终点,当你加载固件的内存?
关于检查缓冲区中的数据:
1。创建DMA手动通道
2。在DMACARBACK的PRODYEVER中放置断点
三。数据复制到数组和检查,同时做进变量数据的变量
以上来自于百度翻译
以下为原文
What is the example that you are trying to debug?
Is it modified example project/ your own project?
Are you able to see the endpoints when you load the firmware to the RAM?
Regarding the checking the data in buffers:
1. Create a DMA Manual Channel
2. Place a breakpoint in Prod_Event of DMACallback
3. Copy the data into a variable of an array and check that variable data while doing step into
您试图调试的示例是什么?
它是修改的示例项目/您自己的项目吗?
你能看到终点,当你加载固件的内存?
关于检查缓冲区中的数据:
1。创建DMA手动通道
2。在DMACARBACK的PRODYEVER中放置断点
三。数据复制到数组和检查,同时做进变量数据的变量
以上来自于百度翻译
以下为原文
What is the example that you are trying to debug?
Is it modified example project/ your own project?
Are you able to see the endpoints when you load the firmware to the RAM?
Regarding the checking the data in buffers:
1. Create a DMA Manual Channel
2. Place a breakpoint in Prod_Event of DMACallback
3. Copy the data into a variable of an array and check that variable data while doing step into
举报