2010-02-26 05:37 AM
PWM motor with uClinux on STM3210E-EVAL
2011-05-17 04:41 AM
Hello,
You will need to write a tiny char driver to access device from userland applications, to get access to registers definition and stm32 standard library functions you can include <asm/arch/stm32f10x_conf.h> header file. good luck.2011-05-17 04:41 AM
Hello,
Thank you for your reply abdelhamid.ghith.
It confirms what I thought.
Now, if someone has already done the same thing I'm doing (on uClinux STM3120E_EVAL), he doesn't hesitate to make comments to me.
Thank you for everything!
2011-05-17 04:41 AM
Hi,
I'd like to inspire drivers previously created (the gpioFx for uClinux on this board). So, my question is :
where are these drivers ?
Also, we are forced to write a ''make file'' to send files on the board ?
Thank you for your help !
2011-05-17 04:41 AM
Salut Cedric,
Je suis entrain de devolopper sur une carte d'evaluation STM3210C basee sur STM32F107VC. Je n'arrive pas a faire la config pour la CLK et les GPIO afin de faire flacher une LED sur le board! Peux-tu m'envoyer un example de configuration des CLKs et des GPIO? Je te remercie d'avance. Hal.2011-05-17 04:41 AM
Salut Hal,
En gros, toutes les configurations sont à faire dans les fichiers de registres. Tu trouveras beaucoup plus d'informations en détail sur le manuel utilisateur (RM0008). Je t'envoie tout de même un fichier comme exemple. Bon courage et bonne change ;) Petite traduction pour les autres :Small translation for others:
Hi,Basically, all configurations are done in the registry files.
You will find more detailed information on the user manual (RM0008).
I send you file as an example.
2011-05-17 04:41 AM
Hi,
If someone has already developed a driver (character mode) Linux (for the board STM3210E-eval or not), I would like information and / or advice.
Thank you in advance!
2011-05-17 04:41 AM
Hello Cédric,
You can take a look at AN3012, section how to add a new device driver: . >> ''we are forced to write a ''make file'' to send files on the board ?'' A Makefile is needed to build new sources files, you need to update current Makefiles. Driver for gpioFx is under drivers/char folder. Regards.2011-05-17 04:41 AM
Hi,
This information will save valuable!
Thank you very much for your help.
Hervieux Cédric