2016-05-17 07:56 AM
Hi All.
When using the STM 32f407 board.I want to create a library at keil uvision,based purely ANSI C.i just want the user to have an api h file and the library ,when i want all the library functions and variables (and code...) to be hidden.I created the library project and still i see the variables and function.I want this library and h file to be used by other projects at keil uvision.Thanks2016-05-20 10:29 AM
Wrong forum, but you'd want to process the object/library files and obfuscate or remove the material you don't want to be visible.