서박사
Occasional Contributor
3 years agoCan't find DE1-SoC_Computer system configuration for ARM?
Hello, I'm trying to build a DE1-SoC Computer system from a university program.
I've installed the university program and checked there are two documents of the computer which is based on ARM and ...
- 3 years ago
Hello 서박사,
Are you asking us about the following two documents?
Computer Systems for DE1-SoC
DE1-SoC Computer with ARM
DE1-SoC Computer with Nios II
This system is designed so that the address maps from ARM and NIOS are the same.
For example, LED address in the documents above is 0xff200000.
Here is the address map of NiosII in Platform Designer.
We can confirm the address is 0xff200000.
Here is the address map of ARM in Platform designer.
LED address is 0x00. But, the device is connected to H2F light weight bridge. So the actual address is 0xff200000 + 0x00.
I hope it helps.