Other Parts Discussed in Thread: TMS320F28335
if(calc_crc==1)
{
if(CRC16_RAM()==1)
{
calc_crc=0;
}
}
//
Variable calc_crc is always equal to zero (=0), so that, the function is not being called. I try to do what Brad Griffis suggested in http://e2e.ti.com/support/microcontrollers/tms320c2000_32-bit_real-time_mcus/f/171/p/21640/83625.aspx#83625 increasing the stack size (I doubled it from 0x400 to 0x800), but the problem remains.
Please, could anybody help me to fixed this issue or understand it?
Thank you in advanced.
Sergio