We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问RV1106支持importbuffer_virtualaddr接口吗?我在RV1106上调用importbuffer_virtualaddr接口,似乎报错不可行?
The text was updated successfully, but these errors were encountered:
支持,但是要看你的具体报错提示,常见的RV1106上使用虚拟地址异常的原因是:RV1106不支持物理非连续的内存,而通常malloc分配的虚拟地址都是物理不连续的,因而导致importbuffer会失败。
Sorry, something went wrong.
No branches or pull requests
请问RV1106支持importbuffer_virtualaddr接口吗?我在RV1106上调用importbuffer_virtualaddr接口,似乎报错不可行?
The text was updated successfully, but these errors were encountered: