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

STM32_USB-Host-Device_Lib_V2.1.0 working?

Posted on August 28, 2013 at 13:01Hi Help, I have been trying to get the STM32_USB-Host-Device_Lib_V2.1.0 working as a Virtual Com Port/CDC on a STM32F407 in Atollic TrueStudio. No RTOS - bare infinite loop in main. The code compiles and run OK. USB...

chen by Associate II
  • 359 Views
  • 3 replies
  • 0 kudos

FatFS SD wont initialize

Posted on January 02, 2014 at 06:01Hi All, I'm having problems with getting my 2Gb Micro SD card to initialize. From deubgging, I have found the problem occurs in the FindSCR(RCA, scr) function called within SDEnWideBus(FunctionalState NewState). Sp...

Information for Firmware updates

Posted on January 03, 2014 at 00:30Hello ! How could I get informed of firmware/software updates from ST ???? I've recently discovered when searching for code in github that the STM32F4_dsp_stdperiph_library was at version 1.3... How do you make it ...

bluexav by Associate III
  • 182 Views
  • 0 replies
  • 0 kudos

STM32F4 - Keil UDP example?

Posted on January 02, 2014 at 19:49Does anyone know where I can get a hold of an example using an stm32f407, UDP, and Keil TCPnet library?I am using:STM32F407VGT6Micrel KSZ8721BLKeil UV4RTXTCPnetI have been trying to get a UDP broadcaster to work to...

dibs by Associate II
  • 267 Views
  • 1 replies
  • 0 kudos

I2C Ack error

Posted on December 27, 2013 at 08:26dear all       i am using an I2C protocol to interface micro-controller with EEPROM, i am facing an Ack error , i kindly request you all to help me regarding this error , i have attached the file plz have a look i...

MAX485 and STM32 ?

Posted on January 01, 2014 at 01:49Guys, Can I use MAX485 and STM32F107VCT6? I can't find VH max on F107 datasheet, is it possible if I interface MAX485 with STM32F107VCT6 USART ? pin PA9 and PA10 connected directly to MAX485 Any clues ? Thanks #...

HSE can not be ready at debug

Posted on July 09, 2013 at 09:34 In mySetSysClockTo72 function, there is /* Wait till HSE is ready and if Time out is reached exit */ do { HSEStatus = RCC->CR & RCC_CR_HSERDY; StartUpCounter++; } while((HSEStatus == 0) && (Star...

auzgec by Associate II
  • 1375 Views
  • 9 replies
  • 0 kudos
Labels