# my_CortexM3 **Repository Path**: ynxing/my_CortexM3 ## Basic Information - **Project Name**: my_CortexM3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-26 - **Last Updated**: 2024-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 实现一个 cortex m3 内核 ``` 文件目录 |--Keil keil工程 |--Software 软件代码 |--cmsdk_ahb_busmatrix 生成AHB总线矩阵文件 |--my_rtl verilog代码 |--bus 总线相关代码 |--core m3内核 |--peripheral 外设 |--CortexM3 soc顶层代码 |--testbench 仿真代码 |--vivado_a7 vivado工程 |--xdc 约束文件 |--history 历史文件 |--others 说明文件等 ```