Hello
I'm getting the error below. I get this Error When I add TWI code into my code.
Hello
I'm getting the error below. I get this Error When I add TWI code into my code.
Hi,
SPIM and TWIM are shared resources, meaning that you cannot have the same index of each running at the same time.
In sdk_config.h, you should have a TWI0_ENABLED set to '1'. Try setting this to '0' and enabling TWI1_ENABLED instead.
Best regards,
Håkon
Hi,
SPIM and TWIM are shared resources, meaning that you cannot have the same index of each running at the same time.
In sdk_config.h, you should have a TWI0_ENABLED set to '1'. Try setting this to '0' and enabling TWI1_ENABLED instead.
Best regards,
Håkon