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

STM32F0 RTC Alarm

Posted on September 09, 2013 at 08:33Hi, how can I set loop RTC alarm? NowI do itlike this: I setup RTC_AlarmStructure for ''first'' alarm (for example 01:00:00)RTC_AlarmStructure.RTC_AlarmTime.RTC_H12 = RTC_HourFormat_24; RTC_AlarmStructure.RTC_Ala...

mgrunt by Associate
  • 305 Views
  • 0 replies
  • 0 kudos

STM32VLDiscovery EXTI

Posted on September 08, 2013 at 06:54 My question is probably simple. Can I configure external interrupts triggered by PA10, PA11, PA12 and PA13? Studing the EXTI example I understood something like this: PA0 is connected to EXTI_L...

hprado by Associate II
  • 857 Views
  • 6 replies
  • 0 kudos

ADC offset error

Posted on September 06, 2013 at 13:49I am using 2 ADC inputs on an STM32F103.  Vref is 2.500V, from a voltage reference. One input is multiplexed via relays from a variety of external analogue signals and works well.  The other is used to monitor th...

USB FS core and HS core simultaineously

Posted on September 06, 2013 at 21:23Since the STM32F407 has 2 USB ports, OTG_FS and OTG_HS, can both ports run at the same time? I want OTG_FS to operate as a host and OTG_HS to operate as a device at the same time.All of the sample code from ST op...

tager by Associate
  • 545 Views
  • 2 replies
  • 0 kudos

bootloader and atollic

Posted on September 05, 2013 at 17:11Hello,I work on the bootloader IAP_ethernet from ST.I use the TFTP transfer.When I use the image ''Ethernet_IAP_STM3240 \ binary \ STM324xG_EVAL_SysTick.bin'' provided in the example AN3376, it works correctly.Wh...

pcu by Associate II
  • 620 Views
  • 3 replies
  • 0 kudos

ETH_MACFFR.PCF field

Posted on May 19, 2013 at 10:04Quote from Reference ManualBits 7:6 PCF: Pass control framesThese bits control the forwarding of all control frames (including unicast and multicastPAUSE frames). Note that the processing of PAUSE control frames depend...

dimax by Senior
  • 521 Views
  • 2 replies
  • 0 kudos

Debug - Print GPIOA->BSSR register

Posted on September 07, 2013 at 00:56Hi,How can I print the GPIOA->BSSR register using gdb? I tried to p using the register address but with no success: (gdb) n 67              GPIOC->BSRR = GPIO_Pin_9; (gdb) p/x *(0x40010800 + 0x10) $6 = 0x0 ...

ee06091 by Associate III
  • 808 Views
  • 5 replies
  • 0 kudos

How can I redefine it ?

Posted on September 06, 2013 at 14:44Guys, I saw these codes, #ifdef USE_STM3210B_EVAL   #define USB_DISCONNECT                    GPIOD     #define USB_DISCONNECT_PIN                GPIO_Pin_9   #define RCC_APB2Periph_GPIO_DISCONNECT    RCC_APB2Per...

usart -> dma fifo error int

Posted on September 05, 2013 at 04:09 Every time I hit my dma int handler I have an error and it looks like the data i'm sending is all screwed up. Any ideas ? Better yet, any direction as to how to solve these issues myself ? There are ints ...

Debug with GDB - Symbols names

Posted on September 06, 2013 at 17:58Hi,It is possible to use symbols names in gdb? per example:p GPIOA->BSRR instead of: p *(0x40020000+0x18) ?Thanks :)

ee06091 by Associate III
  • 254 Views
  • 0 replies
  • 0 kudos