How to include non executable stm32 library in IAR? -
i've compiled project library stm32 using iar, after adding .a file linker gives warning used functions declared implicity. function accepts pointer input buffer , return pointer output buffer, when assiging pointer save return address complier gives error value of intcan't assigned pointer.
what error, or. there missing in way of adding lib
you need .h
file data structures & function prototypes.
Comments
Post a Comment