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

stm32f103 button interrupt not working

Posted on March 23, 2017 at 09:22Hi All,I am working on button press interrupt on stm32f103 . I am not able to get it into work. I am not at all receiving any interrupt when the button which is connected to PORT B 12 13 14 is pressedBelow is my code...

Don david by Associate II
  • 1190 Views
  • 3 replies
  • 0 kudos

SD MMC Power on issue (STM32L4)

Posted on December 15, 2016 at 08:55 Hi, I'm developing a firmware for a custom board with a STM32L486 microcontroller. The device record the audio to a micro SD card. I'm using the HAL driver. It's work fine with at least 6 ...

Null modem with full handshaking for STM32F3DISCOVERY

Posted on April 28, 2017 at 12:03Hi,I would like to control the E3631A power supply by RS232.I use the null modem without handshaking (RX, TX and GND).I can set the power supply but when I use *IDN? or SYSTem:ERRor? command.The power supply didn't r...

Good B by Associate II
  • 651 Views
  • 3 replies
  • 0 kudos

SW4STM32 + STM32F411E Disco

Posted on March 21, 2017 at 12:47When I try to run and debug a project with SW4STM32-Eclipse I get the following error message:Error in final launch sequenceFailed to execute MI command:-exec-runError message from debugger back end:Don't know how to...

Luca R by Associate II
  • 613 Views
  • 3 replies
  • 0 kudos

STM32F030: Interrupt remaping to RAM

Posted on April 28, 2017 at 04:33Hi,I am developing bootloader for STM32F030ccT6 to upgrade my Main Application through OTA. There are two application within my controller flash one is BOOTLOADER( @ 0x08000000) and other is Main Application( @ 0x080...

STM32F103 SPI question

Posted on April 28, 2017 at 12:57This is the first time I need SPI, and there are two things that are still unclear to me:1) I understand that to receive from a slave, I need to send something - maybe zeros?So if I have a chip that takes register ad...

Resolved! CubeMX 4.20.0 Problem

Posted on March 14, 2017 at 08:18I think the new issue seems to have a problem with source generation.When choosing the HSE, create the source as follows :  RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE;To operate ...