Forums

Clarifications on DSP/BIOS with CCS

Started by Ramkumar R October 3, 2005
Hi grp,
 
I do face the following problems when working with CCS for 64x BIOS features:
 
1. When LOG_printf is used to log messages, I'm not getting the window updated immediately. The window is filled only when I stop running the program. This occurs even as the Refresh rate in RTA control panel is set as 1 second.
 
2. When I complete the execution of a program having DSP/BIOS components, the CCS responds slowly for the next program load ( when I restart the execution of the program). When it loads, the Program Counter doesn't point to the starting of main function.
 
These, I believe is due to some incorrect settings for DSP/BIOS. Can somebody throw light on how to overcome these problems?
 
regards
Ramkumar


I dont know about your second problem but as far as the first one is concerned, I can say that thats almost the best you would get. One more thing you could try is, right click on the message window and select a feature which says "automatically scroll to the bottom of the messages"
or something to that effect. This may work slightly better.
 
--Bhooshan

 
On 10/3/05, Ramkumar R <r...@ncoretech.com> wrote:
Hi grp,
 
I do face the following problems when working with CCS for 64x BIOS features:
 
1. When LOG_printf is used to log messages, I'm not getting the window updated immediately. The window is filled only when I stop running the program. This occurs even as the Refresh rate in RTA control panel is set as 1 second.
 
2. When I complete the execution of a program having DSP/BIOS components, the CCS responds slowly for the next program load ( when I restart the execution of the program). When it loads, the Program Counter doesn't point to the starting of main function.
 
These, I believe is due to some incorrect settings for DSP/BIOS. Can somebody throw light on how to overcome these problems?
 
regards
Ramkumar



 

Hi Ram,
Regarding your second problem, I think in your project settings, the entry point is set to something else and not main. Check if you are using some other entry point.
Regards,
Ganesh
 
----- Original Message -----
From: Ramkumar R
To: c6x
Sent: Monday, October 03, 2005 7:53 PM
Subject: [c6x] Clarifications on DSP/BIOS with CCS

Hi grp,
 
I do face the following problems when working with CCS for 64x BIOS features:
 
1. When LOG_printf is used to log messages, I'm not getting the window updated immediately. The window is filled only when I stop running the program. This occurs even as the Refresh rate in RTA control panel is set as 1 second.
 
2. When I complete the execution of a program having DSP/BIOS components, the CCS responds slowly for the next program load ( when I restart the execution of the program). When it loads, the Program Counter doesn't point to the starting of main function.
 
These, I believe is due to some incorrect settings for DSP/BIOS. Can somebody throw light on how to overcome these problems?
 
regards
Ramkumar