Hi
I am using ATM90E36A IC from microchip for which Microchip gives ATMEL studio library.
Is it possible to compile the library in Nordic SDK 15 and use the functions to initailize the IC? Or any other way to import the code in my SDK.
Thanks
Hi
I am using ATM90E36A IC from microchip for which Microchip gives ATMEL studio library.
Is it possible to compile the library in Nordic SDK 15 and use the functions to initailize the IC? Or any other way to import the code in my SDK.
Thanks
Of course - it's just C code!
I'm a bit confused, but I assume you want to port a driver for the ATM90E36A where the original target is an Microchip MCU, to the nRF52832.
The amount of work needed to port the driver is dependent on the original target of the driver, what CPU it has and what hw accelleration it uses for the data processing.
If the drivers target is an ARM Cortext M4-F without hw DSP acceleration then the porting will be trivial. You should only need to change the SPI driver.
Do you mind sharing the original target of the driver and the driver source code?