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

STM32F429 NRST pin

Posted on June 09, 2015 at 13:46Hello,is it possible to generate a interrupt when the pin NRST is activated??I need to reset some variable before the reset of the microcontroller.Thank's!!! #stm32f4-reset-pin

gerson74 by Associate II
  • 551 Views
  • 1 replies
  • 0 kudos

DMA Stream Handler

Posted on May 29, 2015 at 12:46I am novice to ST family. I have added DMA1_Stream5 Handler in keil example. When I put breakpoint over there ,it is not executing . Here is my code . int main(void) {               GPIO_InitTypeDef GPIO_InitStructu...

warning: ''__packed'' redefined [enabled by default]

Posted on June 09, 2015 at 10:00I'm getting the following message from my compiler:  warning: ''__packed'' redefined [enabled by default] which is defined in the usb_conf.h file from the USB_OTG library, and in the cdefs.h file from the gcc. Any ide...

STM32F3 Option Byte problems

Posted on May 12, 2015 at 08:35Hello I'm using an STM32F302CB. I use this code to protect the first pages of code which contains a bootloader:[code] uint32_t write_protected = FLASH_OB_GetWRP(); uint32_t protect_mask = OB_WRP_AllPages - BOOTLOADER_W...

Using FATFS with stm32f4, adjust cluster size

Posted on June 09, 2015 at 07:05Hi , I am using chan's FATFS with stm32f4 discovery,, So I could see that two paramateres, &sharpdefine    _MAX_SS        512 and &sharpdefine BLOCK_SIZE            512 But when I change it to 4096 the FS is no longe...

USB Host TXERR

Posted on June 09, 2015 at 03:52I'm about at my wit's end with this problem. I am trying to get USB host mode to work on the F407 Discovery board. I am using CubeMX with the USB middleware code -- version 4.8.0. Keil IDE.When I connect a keyboard, I...

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
  • 1005 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...

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
  • 1098 Views
  • 1 replies
  • 0 kudos