会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sinferwu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
27
下一页
2020年6月12日
Read-Allocate / Write-Allocate
摘要: 1.CPU读Cache时: ●若hit,则CPU直接从Cache中读取数据即可。 ●若miss,有两种处理方式: >Read through,即直接从内存中读取数据; >Read allocate,先把数据读取到Cache中,再从Cache中读数据。 2.CPU写Cache时: ●若hit,有两种处
阅读全文
posted @ 2020-06-12 13:51 sinferwu
阅读(3481)
评论(0)
推荐(1)
2020年6月10日
ARM通用计时器简介
摘要: https://blog.csdn.net/Roland_Sun/article/details/105547271
阅读全文
posted @ 2020-06-10 20:19 sinferwu
阅读(377)
评论(0)
推荐(0)
lwip 88E1510, 88E1512, 88E1514, 88E1518
摘要: Marvel 88E1510, 88E1512, 88E1514, 88E1518 https://github.com/lbeauloye/Mecatro_UCL https://github.com/lbeauloye/Mecatro_UCL/blob/17c9ccb591b730b0877f0
阅读全文
posted @ 2020-06-10 14:52 sinferwu
阅读(1129)
评论(0)
推荐(0)
2020年6月1日
FreeRTOS S3C6410
摘要: https://interactive.freertos.org/hc/en-us/community/posts/210028946-S3C6410-using-RVDS-tool-chain https://interactive.freertos.org/attachments/token/t
阅读全文
posted @ 2020-06-01 18:04 sinferwu
阅读(311)
评论(0)
推荐(0)
ARM Cache Invalidate Flush
摘要: https://github.com/FreeRTOS/FreeRTOS/blob/9c0c37ab9b56f2c90085b78df2f58b5833e473db/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/libs
阅读全文
posted @ 2020-06-01 17:46 sinferwu
阅读(1105)
评论(0)
推荐(0)
2020年5月31日
QEMU QSPI SD Xilinx Quick Emulator User Guide
摘要: https://github.com/Xilinx/qemu https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842060/QEMU Xilinx Quick Emulator User Guide https://www.xilinx
阅读全文
posted @ 2020-05-31 14:31 sinferwu
阅读(616)
评论(0)
推荐(0)
30天自制操作系统
摘要: https://github.com/yourtion/30dayMakeOS
阅读全文
posted @ 2020-05-31 13:55 sinferwu
阅读(247)
评论(0)
推荐(0)
TCP/IP协议栈之QEMU
摘要: https://blog.csdn.net/m0_37621078/article/details/103190694 https://github.com/StreamAI/LwIP_Projects/tree/master/qemu-vexpress-a9 https://pdos.csail.
阅读全文
posted @ 2020-05-31 13:25 sinferwu
阅读(860)
评论(0)
推荐(0)
FreeRTOS-Plus-CLI中添加一个自己的命令行
摘要: https://blog.csdn.net/loveywm/article/details/47339357 https://blog.csdn.net/loveywm/article/details/47336257 https://github.com/sinferwu/freertos-zyn
阅读全文
posted @ 2020-05-31 12:07 sinferwu
阅读(915)
评论(0)
推荐(0)
2020年5月29日
FreeRTOS A57
摘要: Qemu + virt (cortex-a53或cortex-a57) 4GB 物理内存地址空间:0x40000000~0x13fffffff https://github.com/qemu/qemu/blob/master/hw/arm/virt.c https://developer.arm.c
阅读全文
posted @ 2020-05-29 20:00 sinferwu
阅读(506)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
27
下一页
公告