Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Evgeny Soroka

  1. E

    I2C problem on STM32 (can't generate a start)

    Usually ST is good about warning users about these necessary delays in the reference manual, but in this case I can find no information about it. Its frustrating. Slows development time.
  2. E

    I2C problem on STM32 (can't generate a start)

    I had an identical problem with STM32F429. As insane as it sounds add a delay between this RCC->APB1RSTR |= RCC_APB1RSTR_I2C1RST; insert delay here. I added 10000uS delay. /* Release I2C1 from reset state */ RCC->APB1RSTR &= ~RCC_APB1RSTR_I2C1RST; I had the same problem as you...

Part and Inventory Search

Back
Top