cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L-DEV (STM32L152RBT6) + I2C with interrupts

mdonati9131
Associate II
Posted on March 17, 2013 at 20:42

Hello,

I'm new in ST micro controllers. 

I'm trying to write I2C application that sends and receives data with interrupts, but I can't find information about it.

May be anybody knows where to find examples of code of it?

Thanks a lot!

Michael

#i2c #stm32l152 #stm32l-dev
2 REPLIES 2
Posted on March 17, 2013 at 21:49

I2C with interrupts can get quite involved on the STM32 parts. Have you looked through the STM32L-Discovery and STM32L152-EVAL board firmware examples? There should be some I2C stuff in there, although perhaps not with interrupt examples.

Do you have some links to this STM32L-DEV board?
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
mdonati9131
Associate II
Posted on March 17, 2013 at 22:24

Hello clive1,

Here the link: http://www.st.com/web/en/catalog/tools/PF250990

I need interrupts examples, because i2c communication is one of many parts of my application.

Thanks