... /* Configure TPM1 */ TPM1SC = 0; TPM1MOD = 0; TPM1C0SC = 0x10; TPM1C0V = 0; /* Reset timer */ TPM1CNTH = 0; /* Set internal bus clock and prescaler to 128 */ TPM1SC = 0x0F; MyCFunctions(); /* Read the counter value */ Value = TPM1CNT; /* Reset timer */ TPM1CNTH = 0x00; OtherCFuntion(); Value = TPM1CNT;
Hi Richard, nice to see you!!!
So you´re teaching the good pratices here too?
Regards!
Hello Marcelo . No, in this forum all gays are all excelent programmers.
See you !
Hola Richard777:
Hola e seguido tu post hasta:
http://www.sistemasembebidos.com.ar/forum/index.php?topic=456.0
Magnifico trabajo ,estoy intentando realizar un proyecto parecido pero para el micro GT60, en el post tu hablas de 5 librerias:
"Micrologger.c"
"Misc.c/Misc.h"
"FS.c/FS.h"
"Card.c/Card.h"
"MCU.c/MCU.h"
En el post tu diceas que las vas a subir pero no lo veo haci:
Me gustaria, "En la medida de lo posible" que me indicaras donde puedo descargar estas librerias o donde se encuentran, estoy trabajando con Code Warrior 6.0, Gracias por tu ayuda.
Hello ( my natural languaje is spanish but in this forun I write in english ), try download in this site, inside zip file I wrote examples for HCS08SH32 and V1 Core.
http://sourceforge.net/projects/microfs/
Best regards