Altera_Forum
Honored Contributor
19 years agoSoftware code Protection
Hi All,
I want to protect my software code in NIOS IDE.Means whatever i made(*.c and *.cpp) that end user can get the calling function of that. Overall code is abstract from them. Just for example if i develope any HAL and i do not want to give the code for that then what would be the best solution? This is just for example from all of you will get the basic idea that what i want to do? Like JTAG UART what happend...for accessing JTAG UART we use read and write API of NIOS HAL.And it will call the actuall JTAG UART function. I just want to do same thing but i want to protect the JTAG UART hal.means i call NIOS read and write API and it will call my device's read and write function. The basic thing is that the inner code should be invisible for the user.Thats it!!!!! If any one having an idea then let me know... Best Regards, slsnios