Use of floating point numbers in xilinx EDK .........

  • Follow


In my project the values are floating point. Since these floats take
huge memory we have taken an SDRAM controller . These values are input
to a custom peripheral which is linked to Microblaze through FSL. I
have declared a float array which contains the input values.When i try
to read these values using printf in C code then i only get the first
value as correct output and rest all comes as some random symbols ( #,
space etc).... Can anyone please help me guiding how can I handle
floats in EDK ..........Any sort of related help is
welcome........... :)
0
Reply nivesh 4/6/2008 12:31:05 PM

From my experience you may need to increase your heap/stack in the
linker script.
0
Reply Andy 4/6/2008 11:52:42 PM


1 Replies
319 Views

(page loaded in 0.05 seconds)

Similiar Articles:













7/9/2012 4:00:37 AM


Reply: