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

F429 I2C interface init

Posted on May 01, 2014 at 17:52 #include ''stm32f4xx_i2c.h'' #include ''stm32f4xx_rcc.h'' #include ''stm32f4xx_gpio.h'' void I2C1_Init(){ /* Enable Peripheral Clock for I2C1 */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C1, ENABLE); /* Enable Periph...

kostas by Associate II
  • 660 Views
  • 9 replies
  • 0 kudos

STM32F3 Comparator

Posted on April 30, 2014 at 18:17 hello everyone I am a beginner in STM32F3 and I found a problem with the comparator. I have no compilation error but its not working. If anyone can help me I would be grateful here is the code: ...

rafik by Associate II
  • 417 Views
  • 6 replies
  • 0 kudos

STM32F407 and OpenCV ?

Posted on May 03, 2014 at 04:41Guys, Is it possible to use STM32F407 and OpenCV ? Are 8Mbytes of RAM will be enough ? What chip is available with a good price for 8Mbytes of Static RAM ? Thank you

STM32F427 internal NOR flash driver and application

Posted on May 02, 2014 at 18:10Hi, I am trying to implement firmware update on STM32F427 based custom board. I found that the STM32F427 has 1MB internal NOR flash. Where do I get the driver for it? Also, can someone provide a sample code to access l...

hiharsh by Associate II
  • 220 Views
  • 2 replies
  • 0 kudos

STM32F4 function call overhead

Posted on April 08, 2014 at 17:15Hello,I'm fairly new to the STM32 processors, but got to like them quickly. Currently working with the STM32F401RE on a NUCLEO board, I made an observation I can't explain. Maybe somebody else can (easily).I let the ...

PWM Help with Nucleo F401 - From Scratch

Posted on May 02, 2014 at 13:23I'm stuck on figuring out how to set a PWM output with the F4 Nucleo board.Could a kind and gentle soul please walk me through all of the code needed for a simple 10kHz 20% duty PWM on PA5, which is connected to LD2 on...

bsanborn by Associate
  • 214 Views
  • 1 replies
  • 0 kudos

Ethernet coomn in stm32f407

Posted on April 30, 2014 at 15:34I want to communicate stm32f407(bare metal) with the PC using ethernet (TCP/IP) and send as well as recieved data....How to do this can ay body guide me....I have experinced in writing linux systems  but not with thi...

sanjib by Associate III
  • 365 Views
  • 3 replies
  • 0 kudos

ADC with USB on STM32L

Posted on April 29, 2014 at 12:20Hello,I am trying to make send ADC data over the USB of STM32.For the USB part I am using STM32 USB-FS-Device firmware library from ST.In the samples given I see that in order to make USB work, USB pins are not confi...

Labels