• Regarding Heap space allocation in startup file of Tiva C series MCU
    Hello Everybody, I sreeni, working on Tiva C series MCU(32K RAM) based application and want to allocate the space in heap of more than 0x1000 bytes of memory. It works fine when I allocate 0x1000...
  • tiva c series TM4C123GXL
    Hi. I'm trying to learn to use SSI. I have programmed SSI2 as master and working using loopback. I have set the interruption on rx. After I send the fourth 16bit word, the interruption is set but all...
  • Problem regarding startup file
    I have a startup file for Realview compiler and i have to convert this startup file for GNU compiler.. Can sumbody guide me dat how shud i start all this... I am new to this field.....
  • help me with heap allocation
    Hi dears, Why this piece of code does not free the heap memory fully! I tried it but after about 10 times of calling function data_readout(1) the heap gets full. heap is 300 bytes. void data_readout...
  • Regarding startup file
    Hello, I written simple c program mention below by selecting the lpc2148 chip but not include its startup file in the project. when i run it will go in infinite loop. I also put the break point but i...