STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 - two errors in turns during programming

Posted on March 24, 2014 at 21:29I'm trying to program STM32F107VCT6 via SWD and I'm constantly getting two errors in turns (literally): Error: Connect failed, check config and cable connectionError: Flash driver function execute error, Erase: [ 0...

piotr23 by Associate
  • 154 Views
  • 0 replies
  • 0 kudos

Bluetooth Stack for STM32Fxxx

Posted on March 24, 2014 at 08:04Hello,      IS there any Open Stack of bluetooth for STM32Fxxx. I have seen the lightweight mess Stack is open source, but i didn't find any where. is any one has worked on it. Please can any one suggest me on this.A...

STM32F405 Input Capture

Posted on March 24, 2014 at 20:40I am trying to set up 8 different inputs to capture the time it takes to see a rising edge on that pin. I am using Timer1-ch4, Timer2-ch3 & ch4, Timer 8 ch 4, and Timer4 ch1,ch2,ch3,c4. I am just wondering how to ini...

kevan by Associate
  • 103 Views
  • 0 replies
  • 0 kudos

SPI receiver register buffer question.

Posted on March 22, 2014 at 08:23I am doing an SPI write sending out dummy data to clock in the data from my SPI flash.   // Dummy data to read status register out       SPI_SendData8(SPI1, 0x05);             // Wait until transmit buffer is empty t...

assert_param error

Posted on March 24, 2014 at 15:15Hi,I just started working with stm32f10x standard peripheral library v 3.5.0. I trying to assembling project for USART, but compiller reported me .\stm32f10x_usart.axf: Error: L6218E: Undefined symbol assert_param (r...

hospodar by Associate III
  • 259 Views
  • 4 replies
  • 0 kudos

Current pin STM32F100RBT6B board

Posted on March 24, 2014 at 12:40Hello, I have a STM32F100RBT6B board; I don't manage to find the minimum and maximum current that an i/o pin can offer to an external device. Can you help me? Thanks Matteo

Strange bug with STM32F407's MAC

Posted on March 21, 2014 at 12:22I'm developing a system using STM32F407ZGT with a PHY DP83848 using RMII interface. A 50MHz oscillator was used for the RMII_REF_CLK. I ran the FreeRTOS+LWIP demo application from ST's websize and encountered a stran...

Timer interrupts are not running on time.

Posted on March 24, 2014 at 01:09Hello, I'm programing a VGA signal with the STM32 discovery board. I'm using a timer to generate sync pulses and everything seems to work fine since the image shows static in the monitor. But there are some glitches,...

config for 32khz HSE in stdperipheral drivers

Posted on March 23, 2014 at 11:38In  the system_stm32l1xx.c file of stdperipheral drivers it is given that SetSysClockToHSE(void) function is defined for 8Mhz by default and if we want to change config to 32khz external clock where can we change it ...