Forum Discussion
5 Replies
- ShengN_altera
Super Contributor
Hi,
Need a system timer in your SOPC project.
- In SOPC builder, you'll find the timer in the library: Peripherals > Interval timer
- Set a timeout period of 10ms and select the Simple periodic interrupt preset.
- Then regenerate your SOPC system and recompile Quartus project.
- Make sure that the system clock inside OS_CFG.h file points to 10ms timing.
- I don't remember if the bsp settings are automatically adjusted. If not you may need to update them and select the timer you just created as system timer before recompiling the software.
Best Regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.
- ntahoturi5922
New Contributor
- ShengN_altera
Super Contributor
Hi,
My Ethernet soft core uses CFI_flash. The EXT_FLASH_BASE in network_utilities.c in simple_socket_server_rgmii should be CFI_FLASH_BASE, the compilation can pass
I notice the core you use in SOPC is cti_FLASH. May be you have to change both EXT_FLASH_BASE and EXT_FLASH_NAME in network_utilities.c to cti_FLASH_BASE and cti_FLASH_NAME respectively.
Best Regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.
- ShengN_altera
Super Contributor
Hi,
Any further update or consideration? Does the suggested solution help?
Best Regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.
- ntahoturi5922
New Contributor
I don't get the error anymore but after fixing that error, I get different errors. So, I decided to approach the problem differently including creating a whole new system.