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

STM32CubeF7 assertion bug (with fix)

Posted on October 30, 2015 at 11:53Hi, I think the line 2577 of Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_rcc_ex.h should be: #define IS_RCC_PLLSAIP_VALUE(VALUE) ((VALUE) == RCC_PLLSAIP_DIV2) || (VALUE) == RCC_PLLSAIP_DIV4 || (VALUE) == RCC_PLL...

what is the recommended video decoder?

Posted on November 04, 2015 at 09:20Hi All,This is HM Yang who is SW engineer in WHANAM INC, in Korea.Currently, we use the ST32F429NI chipset for information ECU.Our product must be supported the 2-channel camera, and the camera input is analog sig...

hm_yang by Associate
  • 185 Views
  • 0 replies
  • 0 kudos

SPI can send but not receive? STM32F302R8

Posted on November 04, 2015 at 00:34 Hi guys, STM32 newbie here I'm trying to get a simple project working with Nucleo STM32F302R8 board. I want to do full duplex SPI where the Nucleo is the master. Environment: I'm using theSTM32_Nucleo...

alex_i by Associate
  • 302 Views
  • 2 replies
  • 0 kudos

VDDUSB Connection on STM32F7

Posted on November 02, 2015 at 16:12I have a very size- and power-constrained application for the STM32F7 series.  It will not make use of USB peripherals.  Is it possible to tie VDDUSB to GND and eliminate the recommended bypass caps to save space,...

kevin2399 by Associate III
  • 199 Views
  • 2 replies
  • 0 kudos

USART Transmit Problem

Posted on November 02, 2015 at 21:11When using the Cube libraries and a baud rate above 260000 on USART1, the serial port needs to be connected to another device or looped back on itself or the code locks up when trying to transmit.  If I lower the ...

dhess by Associate
  • 268 Views
  • 4 replies
  • 0 kudos

XBEE with stm32f4-disco

Posted on November 03, 2015 at 19:25 Hi, I just bought a xbee and I wanted to control it with a stm32f4-disco. Xbee is simple, I have to send a frame through serial port. I send via USART1 a frame that toggles a led in the remote xbee. The p...

fiulala by Associate II
  • 232 Views
  • 1 replies
  • 0 kudos

STM32CubeMX Hall Driver , documentation?

Posted on November 02, 2015 at 19:27I acquaintedwithSTM32CubeMX amd HAL Drivers for STM32F1, but I'm really some confused. For example SPI in HAL Drivers User Manual I find function HAL_SPI_Transmit() The thirdy parameters is Timeout Documentation ...

astrid by Associate II
  • 337 Views
  • 4 replies
  • 0 kudos

Internal SRAM Protect

Posted on October 29, 2015 at 05:42Hello!!!I want to protect any specific area of the internal SRAM(about 32KB).So I use that area for special purpose(DB Access).How can I do it??Please help me...Thanks 

Kim.Andy by Associate III
  • 133 Views
  • 1 replies
  • 0 kudos

Using break function internally

Posted on October 21, 2015 at 14:31Hello there,I am working on a motor driving application (STM32F4). As for now, my circuit for sensing current and shutting down H bridge looks like this:https://dl.dropboxusercontent.com/u/14154631/Scan%204%20Page%...

Labels