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

Atollic TrueStudio Eclipse Plugins available?

Posted on April 20, 2018 at 07:19Hi,are there Eclipse plugins for Atollic TrueStudio available? I wanted to use a 'naked' Eclipse Neon 3 and install TrueStudio manually. The reason for that is that i have problems using other plugins in the already ...

Can not connect STM32 board

Posted on April 20, 2018 at 02:33Hi. I have STM32F207 board. I connected and programmed it with STLinkv2 successfully. It worked fine with the example projects. Then for overwriting bootloader I wrote the flash location starting from 0x08000000 wher...

HAL_UART_Receive versus HAL_UART_Receive_IT

Posted on February 06, 2017 at 21:21I am using a Nucleo-L476RG board and I am trying to use the HAL_UART_Receive_IT function to receive a byte at a time from a RS-232 source (4800 Baud) on UART 4.  I need to use the interrupt because I am transmitti...

mvonahnen by Associate III
  • 847 Views
  • 8 replies
  • 0 kudos

MPU9250 SPI - Only receive 0xFF

Posted on April 14, 2018 at 17:27  The original post was too long to process during our migration. Please click on the attachment to read the original post.

San Der by Associate II
  • 1533 Views
  • 7 replies
  • 0 kudos

STLD41 with STM32L4 flickering at pwm 100%

Posted on April 19, 2018 at 22:25Hi, I have some trouble when I set my PWM to 100% output for my STM32L4 to the input STLD41. I use a 40KHz frequency for my pwm and a periode of 400 cycles. Between 0 to 398 cycles compare everything run smoothly. at...

STM32F429 LCD driver: decreasing refresh rate

Posted on April 18, 2018 at 12:35I am planning on using the onboard LCD controller on STM32F429. I am newbie in driving TFT LCDs and I have 2 questions:1- I am planning on driving a 800*600 LCD in 24bit rgb mode. This would require a buffer of 1,440...

How can I set pb8 to SDA on stm32f103rc?

Posted on April 19, 2018 at 08:10I want I2C function on stm32f103rct.pb8-> sda and pb9-> sclI set ports configuration  like this#define I2C_SCL_HIGH    GPIOB->BSRR = 0x00000200    //PB9 0x00000200 set PB9 to 1#define I2C_SCL_LOW     GPIOB->BRR = 0x0...

Labels