hello
i plan use this board (STM32F103RBT6 ARM 32 bit CORTEX M3™ )in the below link.
http://www.olimex.com/dev/stm32-h103.html
i planned to connect a radio chip with this board to receive the message from the sensors.
Do i need to built a seperate driver when i connect this board to linux.
please do help and reply.
On the stm cortex-m3 in general, and on that board schematic in particular, the USB is connected to UART1. (i.e. its NOT a ftdi usb->serial chip)
So I think the linux usb will just detect the serial port. I could be very wrong about that.
My m3 (a different design) I have is not configured that way, and my m3 stamp device I hav never hooked up a usb like that.
I will caution you, if you are not familiar with arm7s in general, and startup scripts, and compiling, the M3 is a STEEP learning curve. This can be made easier by spending big bucks on a commercial compiler.
Arduinos are far easier to use, especially if just for sensor relaying…