• GUI_PNG_Draw: seems like not compiled into library
    Hi Anyone using GUI_PNG_Draw (or _DrawEx)? I am successfully using the BMP, JPG versions but linker fails to find the PNG version. I have checked and it is prototyped in GUI.h. Is there a different...
  • Keil ARM Compiler Extensions 1.0.0 Software Pack
    Anyone know how to access or install the Keil ARM Compiler Extensions 1.0.0 Software Pack which was announced in the Keil Information Update - March 2015? It doesn't seem to be available through the...
  • Seems to be a bug...
    Hello all, while checking the code given here. www.maxim-ic.com/.../3524 I found that Keil compiler is not generating the correct code required for the following commands in C spiTmp = spiData...
  • division remainder seems to be wrong
    Hi all, I need to recover the remainder of a division but no matter what I try the result comes out as 1. so far I have tried: u8 a = 10 u8 b = 3 u8 r; r = a % b; r = fmod(a,b) res ...
  • SPI1 seems to behave strange?
    Hi, I'm using the STM32F103ZET6 uC on the MCBSTM32E board. Our company is developing a PCB with two of those uC on it communicating with each other through SPI. As the PCB is not developed yet I...