• pow() function crashes TM4C123GH6PM
    I'm not sure if this is a Keil issue or a TI processor issue, so if I am in the wrong place just let me know. I was trying to use the pow() function from Keil's math.h library on a TI TM4C123GH6PM...
  • pow(x,y) computation problems
    Hi all, I've wrote this : a = pow(2,0); the result is a = 295 !!! b = pow(2,1); the result is 1. OK ! I've read at the following link : http://www.keil.com/support/docs/259.htm it says...
  • huge to far
    Hello, I think I finally found a Problem which caused me Trouble over the past Days, and now I'm trying to find a satisfying solution. I'm using an Infineon XC161CJ with a grapical Display. I use...
  • Using huge pointer
    How to read address pointed by huge pointer?
  • Huge Memory - Linking problems
    Hello all, does anybody have experience with linking *big* programs for C161U? I have a large project, which uses up to 2MB RAM. During simulation is everything OK and program works fine, but in real...