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

STM32F407 JTAG and Flash Loader Demonstrator Unsuccessful

Posted on June 01, 2015 at 03:55I have serious problem.I tried to write software to the devices with JTAG and Flash Loader Demonstrator,but both of them could not find device.I guess the device revision has something different with revision ''Z''.Re...

nagano by Associate II
  • 940 Views
  • 6 replies
  • 0 kudos

Generate softaware interrupt..

Posted on June 08, 2015 at 10:48Hi, I want to generate a software interrupt,.. ie;when I execute one step it should go to ISR and do some activities.. My scenario.. I'm using RTOS for my application. I am reading data from a FIFO and storing it to a...

stm32f072b-discovery

Posted on June 08, 2015 at 18:49Does anyone know the proper configuration of the TSC in CubeMx for the Touch Pad on the Discovery Board?

wardja1 by Associate
  • 296 Views
  • 0 replies
  • 0 kudos

USB HID descriptor (problem with report id)

Posted on June 03, 2015 at 22:42 Hi, i'm trying to use USB device HID with a stm32F4 For this i modified the example give by st for HID standalone (not custom HID, didn't work for me !). If i use this descriptor i can send data to the pc : ...

idealsim by Associate II
  • 1058 Views
  • 1 replies
  • 0 kudos

DMA interrupt in STM32F407

Posted on June 08, 2015 at 15:01Hi,Am trying Quadrature sampling in STM32F407 controller. DMA interrupt is happening in every 1.5ms, after filtering the values, 256 bits of data(one packet) will get ready in every 480ms. This was working fine. But w...

STemwin Hard Fault

Posted on June 08, 2015 at 13:09Hello. I use STemWin_Library_V1.1.2. Processor STM32F103, IDE IAR EWARM 6.50. When executed GUI_Init() processor rush out in HardFault_Handler(). I found in debugging mode, what it happened when executed assembler com...

lehacheb by Associate
  • 349 Views
  • 0 replies
  • 0 kudos

GPIO (chip select) does not go high between SPI sends?

Posted on June 05, 2015 at 23:41I'm using SPI3 on an STM32F4, chip select toggled in software. I have a function that sets the chip select low, sends data and than pulls up chip select pin.Now I've noticed that when this send function is being calle...