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

stm32f107vc 5v problem,

Posted on December 24, 2017 at 15:59helloI'm using stm32f107vc  and send data for ws2812 with 48 channel from port 3(E,B,D) and the pins are open drain and  pull up with 2.2k resistor to 5v.it's doesn't have problem but after a while suddenly i got ...

STM32L475 Timer

Posted on December 24, 2017 at 12:06Hi,I wanted to use use timer interrupt for my project. I am using STM32L475E board. Please suggest where I can get example code.Thank you.Regards,Zafar

Resolved! TRF7960 STM32F407 SPI communication issue

Posted on December 14, 2017 at 04:10Hi -We are trying to integration TRF7960 with our custom hardware which has STM32F407 processor (via SPI). As per errata 1.1 on TRF7960, we need to switch the polarity of clock during write & read operation (Errat...

pramuka by Associate II
  • 496 Views
  • 2 replies
  • 0 kudos

how would i turn this from 8 bit to 4 bit??

Posted on December 22, 2017 at 16:13&sharpinclude 'lcd.h'void lcd_delayus(unsigned int us) //blocking delay for LCD, argument is approximate number of micro-seconds to delay{ unsigned char i; while(us--) { for(i=0; i<SystemCoreClock/4000000; i++); }...

j g by Associate II
  • 280 Views
  • 1 replies
  • 0 kudos

LWIP ....what am i doing wrong?

Posted on December 21, 2017 at 22:38I am trying to get LWIP and use it as a client... I scoured demos and I was able to produce what I think is working code. I set it up so I simply spam the server with a message so i can see that i am actually send...

Andrew C by Associate II
  • 444 Views
  • 2 replies
  • 0 kudos