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

Bug in HAL_PWR_EnableWakeUpPin()

Posted on November 01, 2016 at 10:27Currently, HAL_PWR_EnableWakeUpPin() enables wakeup-pin before it sets polarity. The calling order should be reversed.void HAL_PWR_EnableWakeUpPin(uint32_t WakeUpPinPolarity){  assert_param(IS_PWR_WAKEUP_PIN(WakeU...

Dual Bank Boot not working

Posted on November 01, 2016 at 15:17Dear Folks, I have a STM32F429 running with nuttx os. As I understood when programming the BFB2 bit to 1 the system should go to system-boot-mode and then look for a valid ram adress at 0x0810000 and after that ...

stst9180 by Associate III
  • 316 Views
  • 5 replies
  • 0 kudos

Compilation fails stdlib stm32f3x_rcc.c

Posted on November 02, 2016 at 10:44I have downloaded the std driver from st. Trying to compile stm32f3x_rcc.c following erros are displayed: 1> Compiling ‘stm32f30x_rcc.c’ 1> C:/code/CrossStudio3/STM32F3Discovery/../STM32F3_libs/src/stm32f30x_r...

hhosburg by Associate II
  • 311 Views
  • 2 replies
  • 0 kudos

STM32 TFT LCD BMP

Posted on November 02, 2016 at 10:00I have problem in displaying Bitmap to IL9325 TFT lcd using function void LCD_WriteBMP(uint32_t BmpAddress) which program i used to convert bmp which convert BMP to  uint32_t  c arrary can some sample bitmaps file...

i2c and stop mode

Posted on October 30, 2016 at 23:31I'm using Nucleo-STM32L053R8 and trying to get I2C slave mode to work along with stop mode.  I'm using interrupt mode for the I2C.  I'm using I2C1.  I'm using HSI16 for I2C1 and the CPU. 1st attempt: I want I2C sla...

jallen by Associate
  • 795 Views
  • 1 replies
  • 0 kudos

Can't get a device to work on I2C on STM32F4

Posted on November 01, 2016 at 13:19 Hi! In the past, I used Arduino Mega and Uno for some project of mine that required an OLED screen based on http://www.thebackshed.com/forum/uploads/jman/2014-12-21_042323_IMG_1JPGdriver and Real Ti...

denix8 by Associate II
  • 503 Views
  • 2 replies
  • 0 kudos

STM32F429 I2C not generating interrupts

Posted on October 25, 2016 at 17:28Hi, I am trying to get interrupt based I2C functionality running on the STM32F429, eg using the HAL_I2C_Mem_Write_IT function. However the EVT interrupt that should occur to get the process rolling is never calle...

[Help] SPI DMA STM32F4

Posted on October 24, 2016 at 06:52 hi, I am communicating with the handle of the ps2 using spi dma stm32f4,but encountered a few problems While I do not use dma it works fine i use void PS2_Send_Recive(unsigned char command...

I2C clock stretching not clearing busy bit

Posted on October 31, 2016 at 20:33HI,I'm trying to figure our why I'm having an issue with a I2C clock stretching problem.On my I2C bus I have various devices all work flawlessly apart from one (MCP39F521) that once you have finished a Master Trans...

0690X00000605SYQAY.png
Labels