STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use Cube to configure LCD on 469i-Disco Board?

Posted on June 29, 2016 at 22:09Are there any examples or documentation to describe how to configure Cube to run the LCD and touchscreen on the 469i_Disco board? I'm finding this to be a monumental task since the 469i-Disco uses DMA2D, FMC/SDRAM1, I...

Recovering from an aborted full flash erase

Posted on June 28, 2016 at 08:29I initiated a change from RDP level 1 to RDP level 0, which in turn initiated a full flash erase.  But before that process completed I pull the power on the chip.  Now dfu-util refuses to load new code, saying:dfu-uti...

ron2399 by Associate II
  • 1180 Views
  • 4 replies
  • 0 kudos

sine wave from CS43l22

Posted on June 29, 2016 at 15:46Can anyone help me with how i can generate a sine wave and listen it on headphone or speaker through CS43L22 o my STM32F4-discovery board?How should i set the desired frequency of the sine wave?Thanks. #broken-foru...

aditya by Associate II
  • 710 Views
  • 2 replies
  • 0 kudos

sine wave from CS43l22

Posted on June 29, 2016 at 15:48Can anyone help me with how i can generate a sine wave and listen it on headphone or speaker through CS43L22 o my STM32F4-discovery board?How should i set the desired frequency of the sine wave?Thanks.

aditya by Associate II
  • 633 Views
  • 1 replies
  • 0 kudos

Need help with ADC using MCBSTM32F400 Evaluation Board

Posted on June 29, 2016 at 12:47Hi friends,I need a help. If possible someone please help me.I'm using Keil MCBSTM32F400 Evaluation board. and I have stm32cubemx v4.15 also. I'm having circuit which gives me some voltage between 0 to 5V which will b...

guru by Associate
  • 508 Views
  • 1 replies
  • 0 kudos

A general USB question

Posted on June 28, 2016 at 10:13Hello, when using a UART I can feed the Tx buffer on my STM32 without caring if someone listens on the other side eg a PC. In any case the uC side will work the same way. How is this with a USB device, CDC VCP stack, ...

mmensch by Associate II
  • 427 Views
  • 2 replies
  • 0 kudos

CMSIS FreeRTOS software timer handler not getting invoked

Posted on June 28, 2016 at 19:32I have FreeRTOS V7.6 with CMSIS running on STM32F207IG. I trying to invoke a simple software timer (used as a timeout for an operation), but the timer handler never seems to get invoked. I am following the FreeRTOS ex...

bryan1 by Associate II
  • 597 Views
  • 2 replies
  • 0 kudos

Need help on USB device CDC VCP stack

Posted on June 24, 2016 at 10:52Hello, I built a small project to try USB device CDC VCP stack. I created the sources with CubeMX 4.15.1 for STM32L152, using the Nucleo board. Code is running and I see the USB device with one IN, one OUT and one int...

mmensch by Associate II
  • 425 Views
  • 3 replies
  • 0 kudos

Config TIMx for external clock mode 1

Posted on June 29, 2016 at 11:34 Hi I want to config TIM3 channel 2 for input pulses and generate pulse with the same frequency at PC0 of STM32F Its my code. Is it true? void TIM3CH1_Configuration(void) { /* TIM3 configurati...