Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
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
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 >