STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Updating Duty Cycle for PWM in STM32F407

Posted on June 17, 2015 at 14:46Hi,I am using STM32F407 uc with latest HAL lib. for PWM. In th elatest lib. there is no function provided to update the Duty cycle, reset the counter and auto reload like old driver         TIM_SetCounter( TIM11, 0 );...

SPI3 conflict with JATG on stm32f103RET

Posted on June 16, 2015 at 17:58HiI saw lots of discussions and solutions about working with SPI3 by disabling JTAG on STM32F103 devices. But I already have problem with it.I am using SWD for program and debug the mcu with Keil and the same code is ...

a_patiar by Associate II
  • 852 Views
  • 3 replies
  • 0 kudos

STM32F4 Discovery DSP Help

Posted on June 17, 2015 at 20:36Its been an exhausting week, I'm busy trying to build a DSP processing pipeline on the STMF4 discovery board, however I'm failing to grasp a few things,maybe, I'm misunderstanding a few things.   Here is a what I'm tr...

yaghiyah by Associate II
  • 1084 Views
  • 3 replies
  • 0 kudos

STM32Cube F2, LwIP, TCP USB server example problem

Posted on June 17, 2015 at 18:31I am trying the LwIP TCP/IP stack demonstration for STM32F2x7 microcontrollers based on LwIP TCP/IP stack and FreeRTOS on a STM3221G-EVAL board,(http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1743/LN1734/...

eduardo2 by Associate II
  • 606 Views
  • 0 replies
  • 0 kudos

configuring spartan 6

Posted on June 14, 2015 at 13:04Hi, I start designing a board with a SPARTAN-6 fpga (high density:XC6SLX150) need to be configured with STM32F407 (raeding fpga programming data from a SD card and transferring to Spartan). my FPGA can be configured ...

Why can't I update my F405 project to use firmware 1.6.0?

Posted on May 30, 2015 at 12:57 Hi, I have installed cube 4.8.0 and F4 firmware 1.6.0 but the cube doesn't give me the option to upgrade from firmware 1.5.0 which the project is currently using. The project settings shows that version of the firmwar...

markb by Associate II
  • 1716 Views
  • 8 replies
  • 0 kudos

''int'' requires more than 4 bytes - but why ?

Posted on June 16, 2015 at 13:48Dear community,I use a STM32F051 plattform and I want to pre-define the flash address of a few integer values during compile-time to e.g. later on change those values using flash- write operations. Since I use a keil ...

jogerh by Associate II
  • 1394 Views
  • 5 replies
  • 0 kudos

confusing hardfault in STM32F407

Posted on June 14, 2015 at 16:59I get a hardfault in an STM32F407 I can't figure out. My speculation is that the processor tries to execute code beyond the flash end. The debug window says the following: Thread[1](Suspended: Signal 'SIGINT' received...