4DSP Support Forum

Products => FMC Products => Topic started by: Peter77 on August 21, 2014, 07:23 AM

Title: Errors when running FMC webuart program
Post by: Peter77 on August 21, 2014, 07:23 AM
Hi,
I encountered the following error message when running the fmc web uart program which I had compiled on the FMC667 card:
Verify_Init: Expected 16 entry count for gTxFreeQHnd queue 736, found 31 entries
Verify_Init: Expected 110 entry count for gRxFreeQHnd queue 738, found 160 entries
Verify_Init: Expected 0 entry count for gRxQHnd queue 704, found 42 entries
Verify_Init: Expected 0 entry count for queue 899, found 1 entries
Verify_Init: Expected 0 entry count for queue 4095, found 1 entries
I am using the fmc667 gel file supplied in the bsp.The problem is random with the errors most of the time although I can get the program to run without the above errors occassionally. Can you please advise what could be the problem?
Thanks!
 
 
Title: Re: Errors when running FMC webuart program
Post by: arnaudNL on August 21, 2014, 08:58 AM
Dear Sir,


The problem description seems to match this issue: http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/212702/752031.aspx


You should make sure to place the DSP in NO BOOT mode if you want to debug a code. You can do that from our reference software/firmware.


By default, the boot mode is SPI NOR Flash so it can boot the webserver from flash and the reference design override these settings as it uploads code using PCIe.


Look at SD215 or SD185 document, these are located in the firmware source code. There is description of the Dsp_boot_mode register and this is the way our reference software boots the DSP in PCIe mode.


Best Regards,
Arnaud
Title: Re: Errors when running FMC webuart program
Post by: Peter77 on August 24, 2014, 09:49 PM
Hi Arnaud,
 
Thanks for the help! The webuart program is now able to run correctly.
 
Thanks!
Title: Re: Errors when running FMC webuart program
Post by: arnaudNL on August 25, 2014, 04:44 AM
Dear Sir,


Thanks for the feedback! Are you so far satisfied with the framework provided by 4DSP?


Best Regards,
Arnaud
Title: Re: Errors when running FMC webuart program
Post by: arnaudNL on August 27, 2014, 08:46 AM
This topic is being closed because the issue is considered as resolved by 4DSP. Feel free to create a new topic for any further inquiries.