Other Parts Discussed in Thread: EK-TM4C1294XL
Hi
we are using CCS- v6 on win 8 and EK-TM4C1294xl board for development
as provide in attached code while i try to assign more than 36 characters to "json_sensor" pointer on line number 310.
when i tried to increase value of char r[] to fault occurs after 36 characters. This is not always the case, sometimes it generates fault after assigning 20 chars.
My requirement is 'json_sensor' length should be flexible. I tried to increase Heap and stack size but its still not working.
Can anyone help me why this fault is occurring.
Thanks.