STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Keil V5 & RTX & Custom Bootloader

Posted on August 18, 2014 at 12:37Hi all,After some battle i was able to set a jump from my custom Bootloader to the App using in Keil V5.Custom Bootloader resides in IROM 0x08000000App resides in IROM 0x08020000Need to set both mem addr in the Ke...

afduarte by Associate II
  • 1017 Views
  • 3 replies
  • 0 kudos

PN532 NFC/RFID module with STM32F103

Posted on September 22, 2014 at 12:23Hi all.I have a project that need to connect a NFC reader/writter to STM32F103. The MCU module is designed myself so I will not mention about some modules like Arduino,...As far as I know, PN532 is a good choice ...

huonglq91 by Associate II
  • 2360 Views
  • 5 replies
  • 0 kudos

two weired error in a c programin keil

Posted on September 24, 2014 at 18:34hi every bodyi declared a void function[CODE]void SPI_MFRC522_Init(void){..............}[/CODE]& used it in a main program[CODE]void RC522_IO_Init(void){ GPIO_InitTypeDef GPIO_InitStruct; RCC_APB2PeriphClockCmd(R...

0690X00000602xoQAA.jpg
mhdizgah by Associate II
  • 456 Views
  • 3 replies
  • 0 kudos

Instruction Set

Posted on September 25, 2014 at 21:49Where can I find the instruction set for the STM32F401 part? I know ... it's hardly necessary to see at all these days but I'd like to have it as a reference anyway. TIAMike #arm #joseph-yiu #assembly-instruct...

munger by Associate II
  • 494 Views
  • 2 replies
  • 0 kudos

Nucleo-F103RB, I2C1, and PB5 interrupt

Posted on September 25, 2014 at 13:21 Hello I have a Nucleo-F103RB board. I am using the I2C1. I want conncect to PB5 to a external interrupt. My idea is conect PB5 to the int out line of the one acelerometer ''KXTF9-4100...

lemac by Associate II
  • 480 Views
  • 3 replies
  • 0 kudos

stm32f217 now unresponsive...

Posted on September 22, 2014 at 17:44Hi,I was working with Keil+ulinkpro on a custom board using an stm32f217 and everything was fine.  I start working on some automated script for inital setup for our product using openocd.  Somehow, it rendered th...