Hei there,
I’m using Visual GDB now to develop over nrf52832.
I started just a LEDBlink example with TWI support.
When compiling the solution I noticed this:
…
Error ‘NRF_TWI_Type {aka struct <anonymous>}’ has no member named ‘POWER’ EmbeddedProject8 C:\Users\LabUser\AppData\Local\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.nordic.nrf5x\nRF52\components\drivers_nrf\twi_master\incubated\twi_hw_master.c 53
searching on the Nordic Dev Forum it seems this is related to an old version file of an old SDK.
How is possible to specify the wanted sdk and have an updated project?
Thanks.