• Huge stack growth on using pow function
    On using pow function defined in math.h, stack grows at 1904 bytes. Am i making some mistake in corrext execution or stack grows at such huge size on using pow function. Below is my code also I am...
  • Huge stack growth on using pow function
    On using pow function defined in math.h, stack grows at 1904 bytes. Am i making some mistake in corrext execution or stack grows at such huge size on using pow function. Below is my code also I am...
  • 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...
  • 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...
  • tm4c123gh6pm
    Hello everybody, I am using tm4c123gh6pm. How to write code for Bluetooth module hc05 (9600 baud rate) to receive the data on UART.