The LQFP176 Pin-out at Page no.76 of STM32H747I in datasheet (DS12930 Rev 1) has a mistake at pins 158 & 159.Pin 158 has been mentioned as VSS instead of PG14.Pin 159 has been mentioned as PG14 instead of VSS.But at Page no.86 these 2 pin functions a...
Is the following note quoted from the specification of STM32F407 applied to all the time from power-up or just during the period when the analog data is being sampled?「4. If VREF+ pin is present, it must respect the following condition: VDDA-VREF+ < ...
Dear all,I'm planning to use an STSPIN32G4. Our product needs an isolated CAN transceiver. The EVSPIN32G4 offers a slot for a TCAN330, but this transceiver is not isolated. I could use an LTM2889, but it needs 140mA (225mA max) to drive the bus in do...
uint8_t slv_add[] = {0xF1, 0x0A, 0x00, 0x57, 0x53}; if(HAL_UART_Transmit_DMA(&huart1, &slv_add, (sizeof(slv_add)/sizeof((slv_add)))) != HAL_OK)Error_Handler();uint8_t cell_sel[] = {0x91, 0x00, 0x0D, 0x06, 0xA8, 0x6E}; ...
hello,i am trying i2c to communicate two stm32f103c8t6 . It is not working. logic analyzer output is shown in picture.what can be done for i2c to communicate two stm32f103c8t6 address 0x00
Dear All,We are planning to use STM32L422CB MCU in our application, but for low power consumption we are expecting capacitive proximity by signle channel or simple wake up by proximity.Somehow, we are not able to find out exact current in low power s...
Is there a software addon, SDK or examples for the apple MFI program for STM32 available?We are already MFI members.Thanks,Gabriel
I have a Timer 2 interrupt handler which will toggle the Port E output. My MCU is STM32F407 running at 168 Mhz. I found that the toggle code inside the interrupt handler only work if the APB1 prescaler is set to /2 or /4 only. Slower ABB1 frequency...