Commit Graph

20 Commits (93b0d68eff48f0108a7c2478e00ea28d71cb3172)

Author SHA1 Message Date
kerem 3e457d3340 Started wit the i2cWrite and started to implment more strutured I2C base level communication functions to ease the work of future implementations
3 years ago
kerem 23c8899f0f driver level has no more connection with the hardware side of the i2c bus, state machine implmentation is working but needs some more states
3 years ago
kerem 5192d05b68 sarted with the i2c Driver implmentation functions
3 years ago
kerem 913663516e Working i2c function divided as imp_i2c.c and deirver level i2c.c usignt he same header from interfaces/i2c.h
3 years ago
kerem e048155400 Master read byte function is now working
3 years ago
kerem 68da9734e1 Geting crazy because of hardware issues on the nucleo ! but making progress now
3 years ago
kerem 2602e66c4d the nwewr I2C implmentation on the stm32f042 is wierd triying to figure it out
3 years ago
key e1c061bd1f Init function is fully implmented. I2C Start condition is working, curretnly struggling how to send to the slave the register no that we want to read from
3 years ago
kerem ec2a90186e Starter the init function and implementation from registers
3 years ago
key 206f119a12 Configurgnt the struture and typdefs for the i2c channel initilization
3 years ago
polymurph 731dae3381 set up basic test scenario for SPI
3 years ago
polymurph 7bb9df0f2f work on spi. added init for SPI1
3 years ago
polymurph 61e24b8647 found the problem with not compiling... Typo
3 years ago
polymurph 4f84e43b91 work on spi implementation
3 years ago
polymurph 13a14dcb11 workin on spi example
3 years ago
polymurph 6c370a1cbe added new tmux workbench script + included spi in main.c/.cpp + work on spi.c and hwDescription
3 years ago
key 9de793750f working compilation and programming process for stm both with main.c or main.cpp
3 years ago
key 4082a6ad83 first implementation of timer but the test in main doesn't work debbug needed
4 years ago
key c11620f148 Started celaning the STM generated files as they are not needed anymore. TODO please check the readme !
4 years ago
key 9e777a26ac Implmented a device clock tree initialisation for STM there may be place for improvement but it's working now we are completely imdependent from ST generatate libraries.
4 years ago