User Activity

I have a created a circuit from the Sensortile reference design and the MCU and the step down transformer both overheat, I am thinking the BGA pattern on the STM32 is off and there is a short drawing alot of current? BOOT0 is groundReset is pulled lo...
GPIO_InitTypeDef GPIO_InitStruct; /* USER CODE BEGIN SPI2_MspInit 0 */ /* USER CODE END SPI2_MspInit 0 */  /* Enable Peripheral clock */  __HAL_RCC_SPI2_CLK_ENABLE();  __HAL_RCC_GPIOB_CLK_ENABLE();    /**SPI2 GPIO Configuration     PB15   ------> SPI...
This perplexes me because when I ran this yesterday It functioned fine no changes, if i comment this section out the sensortile is connectable, however obviously all ICs are non communicable, I am extremely new to ST having previously used TI (althou...
The sensortile has some decoupling capacitors which need to be connected to the VDDs on the MCU but there are two values for the capacitors 1uf and 100nf, is there a map to which pins assign to which capacitors? i have found nought on both datasheet ...