Forum Discussion
praveenkumar
Occasional Contributor
5 years agoI2c
Is there any ip core support i2c communication in cyclone 3 fpga having nios 2 processor and also i have to boot the nios 2 by sampling the externally connected enable pin any one help me with this t...
EricMunYew_C_Intel
Frequent Contributor
5 years agoYou can boot from flash, you can refer to page 219.
- praveenkumar5 years ago
Occasional Contributor
hi , i referred the document we have an external nor flash ic for booting .
we have on chip ram ip for copying the flash code . but i have to boot based on external pin .
what should be used for my project,
1. memory based boot copier
or
2. alt_load_function based
i think i had to use memcopy based boot copier because i have to boot based on external pin triggering.
so, how do i create memory based boot copier in the code .
can u give a solution .