Sign in

username:

password:



Not a member?

Search c55x



Search tips

Subscribe to c55x



c55x by Keywords

AIC23 | C5509 | CCS | CSL | EMIF | EVM | GEL | GPIO | HPI | Interfacing | JTAG | McBSP | OMAP | Omap15 | OMAP59 | RTDX | SDRAM | TMS320VC5509 | USB | XDS5

Ads

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | TMS320C55x | float from EXTMEM

Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).

  

Post a new Thread

float from EXTMEM - emma...@yahoo.com - Aug 29 8:11:36 2007

Hi,

I am using OMAP5910 TMS320C5509, Code Composer Studio v3.1.

I tried to read float values from external memory and write those into log file
using function UTL_logMessage1(), but with no success.
I read and wrote successfully only int values using this function.

Is there any other function or method that will help me to solve this issue?

Thanks!

Emma

______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: float from EXTMEM - iewil2000 - Aug 30 9:08:31 2007

Bear in mind that 55xx is native fix point device, the function might 
not support floating point format. But you can always read them as 
fixed point, and later on seperate mantissa and exponent parts by 
script.

Wei
--- In c...@yahoogroups.com, emma_fey@... wrote:
>
> Hi,
> 
> I am using OMAP5910 TMS320C5509, Code Composer Studio v3.1.
> 
> I tried to read float values from external memory and write those 
into log file using function UTL_logMessage1(), but with no success.
> I read and wrote successfully only int values using this function.
> 
> Is there any other function or method that will help me to solve this 
issue?
> 
> Thanks!
> 
> Emma
>

______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )