STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 IIC EEPROM Example

Posted on December 14, 2012 at 15:45helloI'm new in programming STM32 cardsI ask for your help. I try to use the example of IIC EEPROM on a map STM32 VL-Discovery.IAR tells me errors when building. the errors are in the main.cit does not recognize t...

mhamdi by Associate
  • 257 Views
  • 1 replies
  • 0 kudos

STM3240G-EVAL & RS-232

Posted on December 14, 2012 at 16:04Hi, I downloaded the evaluation firmware that came with the board,and tried to play with the RS-232 ,but it does not work. I configured the baud and everything correctly both on the PC and on the eval board. Can i...

STM32F4 option byte location?

Posted on December 14, 2012 at 19:21There seems to be conflicting information on the location of the option bytes on the STM32F4. The STM32F4xx flash document says that they start at 0x1fffc000, but the F4 STDPeriph library uses the address 0x40023C...

SDIO in STM32F2XX

Posted on December 11, 2012 at 01:56Can an interface SDIO in STM32F2XX read/write micro SDHC UHS-1 cards? Are there any examples, experience of this type of  operation? What was the maximum speed of writing to the card? #sdio-stm32f2xx-microsdh...

zbyszekl by Associate II
  • 675 Views
  • 3 replies
  • 0 kudos

USART1 Interrupt

Posted on December 14, 2012 at 08:30HEllo ALL, I am using stm32f2 and i have programmed USART which is interfaced to GPS. The problem i m facing is, When USARt is enabled, i always get the my RXNE interrupt set, since GPS sends data continuosly and ...

No signal on mco1

Posted on December 13, 2012 at 11:00hello, I'm using stm32f207(LQFP64) mcu in custom made hw. Compilers are gnu arm-eabi-gcc and arm-eabi-gdb for debugging. main fuctions for mcu are: - output 27mhz clock MCO1(PA8) - listen interrupts at EXTI15_10_I...

teijo by Associate II
  • 402 Views
  • 2 replies
  • 0 kudos

BaudRate in serial port

Posted on December 12, 2012 at 15:27 Hi I've connected my ST32F4 Recovery to PC by USB connection. I create this function to display message to minicom 2.5. int PUTC( int ch) { /* Loop until transmit data register is empt...

bmwael1 by Associate II
  • 430 Views
  • 3 replies
  • 0 kudos

ADC with multiple channels settings

Posted on December 12, 2012 at 10:22I need to scan 3 ADC channels each second.I prefer to use ADC3 for all of the channels to save power.The example below uses ADC3, channel 7 with DMA2 stream 0.Can I configure the DMA+ADC so I'll will have all thre...