User Activity

STM32L432I'm using interrupt mode HAL driver and the i2c slave responses successfully for many transactions but then will randomly hang. Here is the code I'm using, its fairly simple.volatile uint8_t i2cbuf[2] = {0, 0};   static void MX_I2C1_Init(voi...
I started a default project and the system clock fails initialization. Does the SDK have a bug?thanks,cubemx 6.2Nucleo F429ZI dev kitmakefile gccubuntu 20
NUCLEO-F429ZImxcube v6.1HAL_RCC_OscConfig() fails using demo project I believe it fails exactly here:pll_config = RCC->PLLCFGR;                                           if((READ_BIT(pll_config, RCC_PLLCFGR_PLLSRC) != RCC_OscInitStruct->PLL.PLLSource...