boards/nucleo-l073: initial support#6433
Conversation
81f7fc3 to
cddeb66
Compare
|
I removed the WIP label as I could get the UART working... but other important things are still broken and I need some help.
RCC->IOPENR = RCC_IOPENR_GPIOAEN;
GPIOA->MODER |= (1 << 10);
LED0_TOGGLE;
Any help from the ST experts would be very appreciated ;) |
266d6d0 to
aed0cbb
Compare
|
Small update: the GPIO are now working. I still have the problem with the timer peripheral. |
|
Update: timer and pwm fixed. The timer error was due to the timer being mapped on the wrong isr function... |
|
I've a L073 laying around. I'll give it a try today or tomorrow |
Thanks ! |
|
I quickly ran some of the examples:
So I guess, as you said there must be a missing configuration in the timer... |
|
@lebrush, I fixed the xtimer, there was a missing configuration of the timer width in board.h. Now the board is working really well : I also tested the PWM and UARTs with success. |
|
Cool. I can give it a try by the end of next week. I won't have a chance
earlier...
Regarding the commits, you are right. They are all of a different nature. I
read them too fast last time I guess :-) my bad.
|
|
Tested :
|
|
@astralien3000, strange. Are you sure you have the last branch ? Last commit should be 3f3ec10 |
|
Sorry, I though I was updated... so :
Everything is OK for me ! |
|
A code is missing here. Anyone interested ? @kYc0o , @PeterKietzmann ? |
|
Yeah ! |
But doesn't work=> don't try itIt adds the new stm32l0 cpu family without MPU enabled. I couldn't make it work and now I cannot flash the board anymore, openocd return an interesting message:
@astralien3000, are you interested to have a look ?