STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Documentation Error - STM32L072CZ WLCSP49

Posted on April 06, 2017 at 08:07http://www.st.com/content/ccc/resource/technical/document/datasheet/98/e1/71/c0/ae/f5/4b/d4/DM00141133.pdf/files/DM00141133.pdf/jcr:content/translations/en.DM00141133.pdf Ball F2 should be PB13 not PE13

0690X00000606htQAA.png

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
  • 1341 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
  • 486 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...