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

Interface STEVAL-mki062v2 to STM32VLDISCOVERY

Posted on September 13, 2012 at 19:10I apologize right now for my English. I purchased a STM32VLDISCOVERY and unsteval-mki0 +2 v2 both st microelectronics. I tried the program that is given with the second component, and seemed very nice. Wanted ho...

nico23 by Senior II
  • 901 Views
  • 5 replies
  • 0 kudos

communicate with PC

Posted on September 13, 2012 at 22:30I started learn about STM32f4 discovery and i want to send and receive some data between my discovery board and my PC before i was working with AVR and i was sending and receiving data with RS232 but now i want t...

imanpakii by Associate III
  • 466 Views
  • 3 replies
  • 0 kudos

m24lr64-r with stm32 discovery

Posted on September 14, 2012 at 18:03hi,   I have stm32f4 discovery and ant7-m24lr-a board.i try to interface them.Any sample code for the M24lr64-r(dual interface :i2c serial bus and iso 15693 Rf protocol) with any stm32.give any suggestion.

ADC value in interrupt

Posted on September 14, 2012 at 14:42I have set up interupts on the ADC1 (AWD) and ADC2(EOC). They both works well, but i'm having some concern about the values from the ADC1. If I get an AWD interrupt, how can I then make sure that I'm getting the ...

oe2 by Associate III
  • 359 Views
  • 0 replies
  • 0 kudos

FMSC for NAND with INT2

Posted on September 14, 2012 at 11:21Hi all,I am using STM3210E-EVAL.In the User Manual, it says: ''The ready/busy signal can be connected to either WAIT signal or FSMC_INT2 signal of the STM32F103ZGT6 depending on the setting of JP7.''I am trying t...

gaubuali by Associate II
  • 334 Views
  • 0 replies
  • 0 kudos

RAM access by address

Posted on September 12, 2012 at 08:10Hi,I want to have the ability to read/write to a specific address in RAM. How could I do that in C.Any suggestions? #really-bad-idea

usafape by Associate II
  • 1791 Views
  • 10 replies
  • 0 kudos

STM32 .elf to .bin conversion problem

Posted on September 12, 2012 at 15:49Hi all, I am using Ride gcc compiler for STM32F105RC, after compilation I get .elf file , I converted it to .bin using ''arm-none-eabi-objcopy'' utility, if I flash .bin file using Flash loader utility provided b...