Hello @Community member In my opinion, if you want to create a new task, add a new entry under CFG_SEQ_Task_Id_t with a new name in Inc/utility_def.h.If you just need to retreive data from you sensor, then you may just need to call RetrieveBMEData()...
Hello @SSaid.1 You just have to reprogram the GPIO pins via GPIO_Init().Or uses the LL as i do to restore the SWD functionality in case of Error :#define GPIO_SW_PORT GPIOA#define GPIO_SWDIO_PIN LL_GPIO_PIN_13#define GPIO_SWCLK_PIN LL_GPIO_PIN_14 _...