- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Hi you can implement delay like below example.
for more information look into below link.
https://forums.intel.com/s/question/0D50P00003yyPN3SAM/nios-ii-delay-calculation
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2cpu_nii51015.pdf
int delay=1;
int main()
{
while(1)
for (delay=1;delay<=300000;delay++)
{
}
delay = 0;
}
Regards
Anand
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page