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

STM32F205 Internal Bootloader

Posted on July 04, 2012 at 10:12 To jump into the internal bootloader out of the application I do use the following code static const uintptr_t ST_BOOTLOADER_BASE = 0x1FFF0000; static const uintptr_t RESET_VECTOR_OFFSET = 4; static co...

Cannot enable CAN bus

Posted on July 04, 2012 at 18:16 #include ''ll_can.h'' #include ''rcc.h'' #include ''gpio.h'' #include ''nvic.h'' #include ''usb.h'' int can_init(int mode) { rcc_clk_enable(RCC_GPIOB); //enable GPIO port B rcc_clk_enable(RCC_AFIO); //enab...

ee52bs by Associate II
  • 3222 Views
  • 14 replies
  • 0 kudos

Where can I get a demo USB HOST project?

Posted on December 13, 2013 at 08:30I want to connect HID to a stm32 dev board, not using STM32 as a piece of PC's hardware. I've looked them everywhere and wasn't so lucky to find any. Can anyone please help? I repeat, the STM32 will be working at ...

Which reset pin to use - STM32F407VGT vs stm32f4_Discovery

Posted on November 30, 2013 at 13:57Hi In a new layout, my first with STM32F4 ARM, I have done as the refference manual for this family tells me to do when I where to connect the SWD/JTAG . I used PB4 for Reset (<b>nJTRST</b>) . However, I now see t...

Zainka by Associate III
  • 1648 Views
  • 2 replies
  • 0 kudos

STM32 library for ISIS (Electronic labcenter)

Posted on December 14, 2013 at 23:37Hi all, I am designing a board using stm32F4 device and as I am familiar with ISIS from electronic labcenter I want to use it but there is no library for STM32F4 in ISIS. Is there somebody who has such library or ...

USART communication (code problem)

Posted on December 13, 2013 at 10:13 Dear Sir/Madam, I have been trying to understand what I am doing wrong with my serial communication. I am using STM32L Discovery board and have successfully sent and received bytes on my board/PC. ...

0690X00000604v1QAA.png
klemen by Associate II
  • 1011 Views
  • 5 replies
  • 0 kudos

Timer(s) with 2 Ext inputs, one gating the other

Posted on December 12, 2013 at 06:16 I've been coding on the STM32F4 for the past couple years and love the MCU. However, I'm having trouble figuring out how to bring in two external signals and use one as the gate for the other. I'm plan...

STM32 USART interrupt problem

Posted on December 13, 2013 at 00:55My application use EXTI1 interrupt, SPI1 interrupt and USART1(RXNE) interrupt. USART1 interrupt has highest priority. USART1_IRQHandler is very short, only storing incomming bytes to the circular buffer. When I di...

ondrej2 by Associate II
  • 1343 Views
  • 5 replies
  • 0 kudos

STM32 Flash being wiped?

Posted on December 12, 2013 at 11:22Hi This is Not a software problem. This is an electrical problem! We are seeing a number of unexpected Flash sector erasures/wipes. Typically, we are powering up/down the system connecting/disconnecting USB or RS...

chen by Associate II
  • 1020 Views
  • 2 replies
  • 0 kudos

RTC Time on Discovery L152

Posted on December 06, 2013 at 08:31 Dear Sir/Madam, I am a novice ARM programmer, trying to get the hang of things. It's a bit more complex than programming an 8-bit AVR controller... Anyway I was wondering, why I cannot read th...

klemen by Associate II
  • 2038 Views
  • 11 replies
  • 0 kudos