STM32L-DEV (STM32L152RBT6) + I2C with interrupts
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-17 12:42 PM
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
Labels:
- Labels:
-
I2C
-
STM32L1 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-17 1:49 PM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-03-17 2:24 PM
Posted on March 17, 2013 at 22:24
Hello clive1,
Here the link: http://www.st.com/web/en/catalog/tools/PF250990I need interrupts examples, because i2c communication is one of many parts of my application.Thanks