Hi all,
I am using TMS320F28379D microcontroller for my applications. For my first application I am using "X"code and flashing into this. Without any issues I am able to run my system. However when I use same micro controller for "Y" code, I am getting "X" code output at "Y" code undefined GPIO.
For example if I defined 9 GPIO pins for "X" code and 8 GPIO pins for "Y" code. After Flashing "Y" code into microcontroller I am getting excepted outputs at defined GPIO pins and also I am getting X code output at undefined GPIO pin of Y code. I am not sure why it is happening like this and also I don't where I am doing mistake.
Is it possible to permanently store in TMS micro controller? If I didn't define particular GPIO will that give old code output?
In my case I am getting pulses from extra GPIO when I flash "Y" code. Since in "X" code I used this extra pin for pulses generation.
Note: IF define extra pin in "Y" code as zero I am getting zero but only under undefined condition I am getting X code pules output at that pin.
Please let me know the what could be the reason for this.... Thanks
