Achtung Internet Explorer-Benutzer: Die ROHM-Website unterstützt IE 11 nicht mehr. Bitte aktualisieren Sie Ihren Browser, um die beste Leistung auf der ROHM-Website zu gewährleisten.
I created a library file using LIBU8, but some of them were not imported.For example, it is a source code (file) in which an interrupt function is defined. All the interrupt functions are static functions.Is it possible to create it as a library in such a case?
Files containing statically declared functions can be registered in library files. However, since it cannot be referenced from the outside, the module in the library cannot be found, and an error occurs when linking and it cannot be used. Create the function to be registered in the library as a global function.