STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

EXTI0_IRQHandler

Posted on August 15, 2014 at 18:56Dear friends. Show me please my mistake. When I debug the following program I even cannot get to ISR... I stay in infinite loop... Thanks! void EXTI0_IRQHandler (void); int main(void) {   /*!< At this stage the micr...

baev_al by Associate III
  • 1519 Views
  • 3 replies
  • 0 kudos

STM32F4 I2C

Posted on August 18, 2014 at 18:11 Hi, I want to communicate with an i2c eeprom, I am able to send the first data but not the second. it seems that the buffer is full or there is another error somewere. Does anyone have an idea? #inclu...

How the UART works ?

Posted on August 18, 2014 at 16:20Hello,I'm discovering the STM32F407 with an STM32F4Discovery, in the past, I worked with a PIC32, and I see that there is many differences between those two microcontrollers.I want to understand how the UART periphe...

stm32f3 and stm32f4 library functions

Posted on August 18, 2014 at 16:17So this maybe a very stupid and noob question: Are the library functions of stm32f4 and stm32f3 the same? I have been working on stm32f4 for quiet a while and had written a large amount of code for a certain project...

furqan by Associate II
  • 332 Views
  • 0 replies
  • 0 kudos

Calculating crosstalk on I2C and SPI bus

Posted on August 18, 2014 at 13:33Hello,How to find out what are the frequencies possible on I2C,SPI,UART buses of STM32F051xx? How to calculate the cross talk coefficient of these buses if the tracks corresponding to them are .2mm wide and are .3mm...

sandhya by Associate II
  • 409 Views
  • 0 replies
  • 0 kudos

STM32F4 Discovery not working out of the box.

Posted on July 23, 2012 at 19:53I got 2 new STM32F4 Discovery boards and both are not being recognized by STLINK utility. Here some of the observations. I compared the behavior to STM32F1 discovery board. (It is Windows 7 PC).1) Plug in STM32F1 boar...

bsp0524 by Associate II
  • 2298 Views
  • 15 replies
  • 0 kudos

STM32F4Discovery RTC WakeUp Interrupt

Posted on August 17, 2014 at 15:34 Hello,I'm currently quiet frustratedI'm trying to set up with the RTC wakeUp register an interrupt of 128Hz. For the RTC the LSI is used (I know not very precisely but for current testing propuse its enough)here i...

SRAM_DataMemory Issue

Posted on August 13, 2014 at 10:55Hi, I am unable to run the example STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\FSMC\SRAM_DataMemory on my STM3210E-EVAL Board. Although I have made the following settings Project->Options ...