We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2014/02/14 07:59:42 AM CET
posted on 2014/02/13 10:26:01 PM CET
Hello,
I request a "bulletproof" I2C library for STM32L and STM32F, which can handle non standard behaviour of slaves on the bus (the main problem is when a slave does not provide an acknowledgement when it should which hangs the program completely. The library should have implemented a settable timeout. The library should be (but it is not a necessity) "compatible" with current Mikroelektronika I2C library (function names and parameters).
I am offering 20 dollars to PayPal to the creator of such library. My contact e-mail - marekgood@gmail.com
posted on 2014/02/13 08:16:57 AM CET
I search an example to configure RTC Alarm to switch power mode.
posted on 2014/02/10 06:14:56 PM CET
Hi,
Could someone please help? I require a MMC/SD library that does NOT use hardware SPI but Software SPI with fat32 file system
i could do it myself if there was some way to edit the existing library?
Thank you in advance
Best Regards
Jody
posted on 2014/02/10 04:53:13 PM CET
MikroE TFT drivers package lack the HX8238A and HX8238D drivers.
It have found that those drivers are very popular for 3.5 inch displays.
I wonder if someone can add those drivers to the compiler.
My research revealed that in the TFT_Defs only three functions are needed for each driver:
for example for the HX8238A you have to write the following functions:
TFT_Reset_HX8238A()
TFT_Init_HX8238A(width, heigh)
TFT_Init_HX8238D_Custom(with, height)
Writing those function means reading the datasheet and writing to the appropriate registers the right values.
The code should be added to the file __Lib_TFT_Defs.c that might be found in the MikroC installation folder in the Uses sub folder. the file contains the definitions of those functions for different display drivers.
Since I lack of a display with HX8238D but I know that I will need it shortly, I am willing to pay for this task and let the whole community of MikroE enjoy the library.
if you can do it and are interested please PM me from the forum.