⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 用于TM1300/PNX1300系列DSP(主要用于视频处理)的动态下载程序源码。
💻
字号:
This demo contains a simple demonstration of how error handling duringimplicit loading is possible. The error handler here signals an exception(implemented by a call to longjmp, to let the error be handled at a higherlevel in the application. When the error handler does not exit, or signal an exception (that is,when it just returns to its caller), the dynamic loader will retry theload. So in this case, the error handler should try to remove the errorcondition. This is most useful in case of a load failure due to memoryoverflow: by cleaning up memory and returning, the system can proceedafter error handling without the application even noticing a problem.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -