stm32fxxx-hal-libraries icon indicating copy to clipboard operation
stm32fxxx-hal-libraries copied to clipboard

I2C_CR2_TXDMAEN undeclared

Open jaguarondi opened this issue 8 years ago • 2 comments

Just noticed that I2C_CR2_TXDMAEN doesn't seem to be declared anywhere in the libraries. It is used 2 times in stm32fxxx_hal_libraries/00-STM32_LIBRARIES/tm_stm32_i2c_dma.c.

Cheers

jaguarondi avatar Nov 04 '16 19:11 jaguarondi

Correct. Thing is that this lib is not in working state. Never will be probably.

MaJerle avatar Nov 04 '16 19:11 MaJerle

I was trying to compile your library in SW4STM32. And in Eclipse all source files get compiled. There were a couple of other files/libs I had to delete before it would compile. I'll see if I can add them back in some way and contribute back.

Great library by the way!

jaguarondi avatar Nov 05 '16 11:11 jaguarondi