STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bootloader

Posted on May 13, 2015 at 18:06Im using stm32f100rct6b. My bootloader is at memory address 0x08000000, and main program is at 0x08010000. When I jump to the main program my SysTick handler isn't working. I've tried changing ''#define VECT_TAB_OFFSET...

STM32F0 USB, HID or VCP

Posted on May 18, 2015 at 15:29Hello everyone,I'm working on a project where I have to use the USB functionality of the STM32F072CB and I'm not sure how I should use it in the end.The job of the STM32F0 in my application is to programm another contr...

p23 by Associate II
  • 554 Views
  • 2 replies
  • 0 kudos

STM32L151 Interrupt Problem with HSI

Posted on April 29, 2015 at 13:58 Hi, I have a problem with RTC alarm interrupt when clocking by HSI. Program just stopped and don't go further. With HSE all work fine, but when I remove external quartz, it stop. Here my code, pls help. P...

evilbob by Associate II
  • 332 Views
  • 1 replies
  • 0 kudos

I2C pin config

Posted on May 18, 2015 at 21:51 My application use an I2C1-> 1wire network converter on STM32F407 device At reset, after the I2C1 peripheral init, the application enumerate 1wire network and discover all connected devices. But the user c...

Increase SPI Frequency on STM32F4 Disc

Posted on May 17, 2015 at 17:29Hi there , I use the SPI3 unit on my STM32F4 Discovery board to control a TFT. I want the images to load faster and as a result I need to increase the SPI3 clock/frequency. Currently this line of code clocks the unit:R...

monta by Associate II
  • 504 Views
  • 5 replies
  • 0 kudos

nrf24l01 sending from f3 to f0 discovery

Posted on May 18, 2015 at 22:35 Hello! I'm trying to pair two nrf24l01 with f3 and f0 discovery boards. I've checked all the registers and they are initialized correctly, but I still can't receive anything. I don't have access to a spectrum a...

urban by Associate
  • 188 Views
  • 0 replies
  • 0 kudos

SmartCard UART HAL Library problem/work-around

Posted on February 04, 2015 at 20:171. SmartCard USART mode, getting an interrupt for, receiver overrun error (ORE) while transmitting. ORE interrupt before TC interrupt.   Causes truncated transmission. Using   HAL_SMARTCARD_Transmit_IT() The Smart...

calling hal_delay inside callback (ISR)

Posted on May 12, 2015 at 16:18 Hi, I'm struggling with this on stm32f429 discovery board with arm cortex M4: I have a reception task via UART which receive a character per time and put it in a circular buffer cbuff. When some conditions ...

valerio2 by Associate II
  • 837 Views
  • 2 replies
  • 0 kudos

Reload firmware demo for STM32F429i

Posted on November 01, 2014 at 19:15Hi! i got the discovery board STM32F429I Disco (the one with the TFT LCD).I'm using Ubuntu, and my own toolchain like this https://www.alexwhittemore.com/stm32f4discovery-on-ubuntu-command-line/ .Using St-link and...

jmanleyp by Associate II
  • 1304 Views
  • 7 replies
  • 0 kudos