STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Hello. Tell me why not work I2C2 in STM32F407Z if selection PF0 & PF1 pins. In initialization all ok, when choosing PB10 & PB11 all work. The following code works with pins PB10 & PB11. Thanks.

GPIO_InitTypeDef G; I2C_InitTypeDef I;   RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C2, ENABLE); RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOF, ENABLE);   G.GPIO_Pin = (GPIO_Pin_0 | GPIO_Pin_1); G.GPIO_OType = GPIO_OType_OD; G.GPIO_PuPd = GPIO_PuPd_UP; ...

Oleg1 by Associate II
  • 695 Views
  • 5 replies
  • 0 kudos

STM32F030K6T6 - connect under reset.

Hello, i have problem with STM32F030K6T6 Mcu. I made my own board with this Mcu. I can connect with it via St-link utility only in Connect under Reset mode. I can earase chip and write new program, but only in this mode.I also cant connect with mcu w...

JKowa by Associate
  • 480 Views
  • 6 replies
  • 0 kudos

Resolved! Data sent and receive over UART is different

Hi,I am working on USART3 in STM32F407VG Discovery board using stm pheripheral libraries. I am sending a character 'a' but in serial port i am getting data as 3. Please check my main function and kindly help.

psati by Associate II
  • 1145 Views
  • 6 replies
  • 0 kudos