Posted on January 22, 2017 at 22:58
Hi!
I am using STM32F407 board.
I have configured timer 4 for PWM with following code and connected LED to the configured pin. It is working as expected. I used following code:
TIM_TimeBaseInitTypeDef T...
Posted on November 01, 2016 at 13:19
Hi!
In the past, I used Arduino Mega and Uno for some project of mine that required an OLED screen based on
http://www.thebackshed.com/forum/uploads/jman/2014-12-21_042323_IMG_1JPGdriver and Real Ti...
Posted on August 29, 2016 at 20:10
Hi!
Im trying to change a library for STM32F4 to include DMA transfers when using I2C
http://stm32f4-discovery.net/2015/05/library-61-ssd1306-oled-i2c-lcd-for-stm32f4xx/.
Im using it do drive an OL...
Posted on January 23, 2017 at 13:30Thank you, based on your comment I was able to find this http://www.cs.indiana.edu/~bhimebau/f3lib/html/group__TIM__Group4.html which helped me make working code.
Posted on January 23, 2017 at 13:29I am sorry when I copied it from the source it was in good fortmatting then suddenly here it was in one line when I clicked 'post' :\ The following (additional) code did the trick (although I don't know what CCPrel...
Posted on November 02, 2016 at 11:13Thank you for response!Yes, that was exactly it, 8-bit address instead of 7-bit. I even read an article on addresses and I couldn't figure out that it was wrong. Thank you so much!