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

STM32F3 SPI Transmit DMA

Posted on April 06, 2017 at 16:15Hello! I use dma on spi3 rx & tx (STM32F302K8U6). When I call HAL_SPI_Transmit_DMA before HAL_SPI_Receive_DMA data from slave came damaged. Pseudocode:void WriteFifo( uint8_t * buf, uint16_t size ){   TxCmpltFlag = 0...

STM32F407VG ARM - UART Implementation

Posted on April 05, 2017 at 16:23Hello all,I'm using STM32F407VGT6, with 32-bit ARM� Cortex�-M4 microcontroller.I would need support with implementation of UART for this microcontroller.I couldn't find clear step tutorial for this task.To focus on, ...

Stm32F100B

Posted on April 05, 2017 at 16:19I want to know how TIM2 of STM32F100 works. Can someone help me?TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;uint16_t PrescalerValue = 0;RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE);TIM_TimeBaseStructure.TIM_...

Alex T by Associate II
  • 755 Views
  • 10 replies
  • 0 kudos

Libusb & STM32F207ZG

Posted on April 06, 2017 at 13:04I did USB communication between Ubuntu 16.04 machine and Nucleo F207ZG using STM32CubeF2 example project , now i want to use LIBUSB communication between Host PC and Nucleo F207ZG.....I struggle with this pls anyone ...

STM32F100 UART Transmit Issue

Posted on April 05, 2017 at 19:29Hello All,We are working on:MCU: STM32F100C6T6IDE: IAR WorkbenchCode Generator: STM32CubeMxWe are working on uart, We generate code for UART1 and below specification:   Baudrate: 115200   Stop bit: 1      Data bit: 8...

chintan by Associate
  • 262 Views
  • 2 replies
  • 0 kudos

Is STM32F103ZC suitable for my need?

Posted on April 06, 2017 at 08:02Hello~allI�m currently involved in a project and I am confusing about what chip can satisfy its need,please help me to chose economic one from STM32.I would like to chose STM32F103ZC,this is STM32F103ZC�s http://www....

A better fault handler and error handler?

Posted on April 06, 2017 at 03:10I'm pretty new to debugging using something other than an LED and printf.  Now that I have my big boy pants on and am starting to use an actual debugger, I'm finding that the spin-in-an-infinite-loop handler could be...

STM32F100 RTC Issue

Posted on April 05, 2017 at 19:45Hello All,We are working on RTC. We use:MCU: STM32F100C6T6IDE: IARCode Generator: STM32CubeMxHardware:-> Connect external 32.767 KHz crystal-> 3.3 Coin Cell to VBat PinSoftware:-> RTC Config: LSE 32.767 KHz-> Time an...

chintan by Associate
  • 208 Views
  • 1 replies
  • 0 kudos
Labels