Daniel Nyström

Results 7 comments of Daniel Nyström

Is this going to be merged? I'm using an Olimexino-STM32 too and although I havn't tested all features this patch has been working flawlessly so far.

Just had trouble getting serial port working. Manually setting the TX and RX pin to output respectively input finally solved it. Should that be handled by sdStart? I didn't see...

I would indeed like this to be merged. Maybe the serial pin setting should be fixed, but I'm not sure it's the serial HAL responsible for setting up pin direction?...

Actually, I remember having similar problems. Then I re-installed the bootloader and modified the ld-script accordingly, and then it all worked. With the exact same code. Are there any initialization...

This should still have to be sorted out somehow. Regarding CAN, I'm just about to get it going. Tomorrow we will start our first test with CAN communication with a...

Did you ever get CAN working? How much does it differ from this: https://github.com/mabl/ChibiOS/blob/master/testhal/STM32F1xx/CAN/main.c I've been working with the CAN for a few hours finally, and used the above test...

I've got it all up'n'running using pure Chibios, but I did have to make some minor adjustifications in Chibios. I will try to put up with a Pull Request, but...