STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[SOLVED] STM32F205 DAC Speed

Posted on July 04, 2014 at 10:20I am using the code from the DAC with DMA example in the Standard Peripheral Library V1.1.0 to produce a sine wave. The updates seem to occur about every 4.5us. Is it possible to significantly increase the update spee...

sm23 by Associate II
  • 941 Views
  • 5 replies
  • 0 kudos

Program STM32F103 on a SPBT2632C1A bluetooth board

Posted on March 12, 2015 at 12:32Hi, I am planing to build a project based on a ST SPBT2632C1A. This board has a STM32F103 chip and a STLC2690 (bluetooth). If i refer to the ST document : ''Comprehensive User Guide - Bluetooth classic 3.0 Modules'' ...

STM32CubeMX freeRTOS

Posted on July 21, 2014 at 19:34Hi ,1. How Can i Find which version of freeRTOS the STM32CubeMX add to the project ?2. I don't Know if this the right place to ask , but does freeRTOS fully support     CMSIS-RTOS API ?  Thanks .

eyals111 by Associate II
  • 622 Views
  • 2 replies
  • 0 kudos

SPI problem NucleoF401<->TI Launchpad

Posted on March 11, 2015 at 23:38 Hello, I am having a little problem with my SPI between the nucleo board and the TI cc3200 launchpad. I have been using the SPI communication without any problem under the following configuration ...

salman by Associate II
  • 477 Views
  • 2 replies
  • 0 kudos

I2C_FLAG_BUSY problem

Posted on July 10, 2014 at 10:49Good morning,  I have some problems on I2C bus on STM32F1 micro. I have 8 prototipes board (all with the some mounting). 4 of those works fine and I can read and write the EEPROM on board (a 24xx series standard memor...

stefano23 by Associate II
  • 1085 Views
  • 2 replies
  • 0 kudos

USART2 interrupt continuosly fires

Posted on March 11, 2015 at 14:55Hello all,I have a problem with my USART2 interrupt on STM32L151.I have the USART_IT_RXNE, and USART_IT_TXE interrupts enabled on UART2. All other interrupts are disabled. The interrupt works fine until something wei...

srdjan by Associate II
  • 1502 Views
  • 11 replies
  • 0 kudos

LWIP ETHERNET PROBLEM

Posted on March 11, 2015 at 13:43hii used lwip example in stm32cubef4 like to(udp echo server,tcp echo server,......).when i connect 2 stm32f407 eval boards as udp or tcp servers to ethernet hub switch and connect to pc as client my servers don't wo...