Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using STM32L011K4 MCU and it says on errata that:"The IWDG must be configured so that the counter starts counting down and generates a reset when the end of count value is reached. In some cases, the configuration does not work, the IWDG remains...
Hi,We are working on AR Headsets, for this we are looking for BLE Chips which supports LE Audio. Can you please suggest a MCU with DSP Audio and LE Audio with size limiting to 7x7mm.Thanks in Advance.
Hi,Attached is the code where I am doing I2C write//I2C write in memory*/void I2C_write_mem(){ /*** Mac ID read I2C read***/ char MSG2[] = " start I2C3 write \n\r"; HAL_UART_Transmit(&huart5,(uint8_t*)MSG2,sizeof(MSG2),1000); HAL_Delay...
Hi!Using a STM32F1 uart peripheral waiting for a 22bytes frame but sometimes I get an overrun error right after the reception of the first byte.Handling this in an interrupt mode, I expect 1 byte at a time and re-enabling the interrupt after each rec...
I am working on a project. I have developed a board with an STM32F103RC and my problem is that I can't put my Bootloader on.Here attached the message that returns my .bat
Looking for samples please -6-8 pcsSTM32H743XIH6 / STM32H747XIH6Automotive - OEMKind RegardsRic
I'm having some trouble getting an accurate PWM signal from my H743ZI Nucleo board (MB1364C). It is off by about 1%. I am not using an external crystal, I am using the MCO signal from the F723 chip on the same board. Am I just misconfiguring somethin...
I referred to the example of 1.16.1 of F746G.The contents of MPU_Config() and System Clock_Config() have been copied. Ping test failed after applying rtOS (Stack Size = 256) and LWIP.The example is ping test, so there is no problem with the configura...
I have looked into the AN2606 guide and found that the MCU I am interested in says the bootloader is accessed by:Pattern 10 Boot(pin) = 0 or 1 BOOT_ADD0 or BOOT_ADD1(optionbyte) = 0x1FF0 A requirement that I have for my product is that if the device ...