BlueNRG-M2SA: DIO0 & DIO1 output problem
Hi,I'm trying to configure DIO1 and DIO0 as outputs in my custom board, but I can't get them to work. I'm using this basic code to test:SysCtrl_PeripheralClockCmd(CLOCK_PERIPH_GPIO, ENABLE); GPIO_InitOutputPinx(GPIO_Pin_6); GPIO_SetBits(GPIO_Pin_6); ...