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

Measuremet of internal temperature on ST32F303RCT6

Posted on March 13, 2018 at 18:46We have been using processor temperature measurement for a long time with different families of STM32: M3, F3, F4. Only the processor STM32F303RCT6 does not work. The measured voltage of the sensor is 2.22V and is re...

milan23 by Associate II
  • 835 Views
  • 6 replies
  • 0 kudos

Resolved! stm32f071 - Port PD2 not configurable as output

Posted on March 15, 2018 at 18:34Dear everybody,in my code, i am not able to set my Port PD2 as output.As can be seen, I stopped debug at line 294.In lines 287 and 289 GPIOD->MODER and memory adress 0x4800 0C00 should be set to some value unequal ze...

0690X0000060A0zQAE.png

External loader in ST utility

Posted on March 15, 2018 at 17:16I am trying to create a custom external loader for the flash chip used in my product. I have looked the example projects in IAR and created myown. I modified the Loader_src.c and Dev_Inf.c file according to my flash ...

stm32Fxxx ICT using JTAG

Posted on March 15, 2018 at 16:20To begin, this is a board TEST question rather than a design question: Has anyone successfully generated digital In-Circuit Test vectors for the STM32F4xx families using the Keysight 3070 or Teradyne scan tools? I su...

NUCLEO-H743ZI LWIP using STM32cubeMX?

Posted on November 06, 2017 at 11:11Hi,  I generated a simple LWIP/UDP project for the NUCLEO-H743ZI using the STM32cubeMX. But the function HAL_ETH_Transmit(&heth, &TxConfig, 0); returns with DMA error .  My board works using the example from the S...

Asantos by Senior
  • 307 Views
  • 4 replies
  • 0 kudos

Second I2C bus generating 60 Hz square wave at SCL

Posted on March 15, 2018 at 14:51I have successfully implemented an initial I2C bus (I2C1) in my custom board design (using STM32F405).  I then added a second I2C bus (I2C2) to my design and have initiated it and set it up identical to I2C1.  The fi...

Eric P by Associate
  • 258 Views
  • 1 replies
  • 0 kudos

f_getfree API returns FR_INVALID_DRIVE error

Posted on March 15, 2018 at 10:31Hi clive,I am using a 32 GB SD card,My code by using the API f_getfree() is as follows:if (f_mount(&myFATAFS, SDPath, 1) == FR_OK) {HAL_GPIO_TogglePin(GPIOD, GPIO_PIN_12);f_getfree('1:', &Free_clust, &myFATAFS);tot_s...

Labels