Attention to Internet Explorer users: ROHM website does not recommend browsing in IE 11. Please use latest browser to ensure the best performance on ROHM website.
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.