Search found 140 matches

by avrhack
Sat Dec 17, 2016 11:14 pm
Forum: ESP32 Support
Topic: ESP32
Replies: 37
Views: 36577

Re: ESP32

Yeah I'd love to see ChibiOS on this although as Giovanni says it's a major undertaking. Although the SDK is open source as mobyfab indicated, I believe there are major parts of the overall environment that are closed by Espressif so not sure how feasible it would be.....
by avrhack
Sat Dec 17, 2016 11:06 pm
Forum: Bug Reports
Topic: Wrestling with MAC on F107 Topic is solved
Replies: 18
Views: 11578

Re: Wrestling with MAC on F107 Topic is solved

Hopefully you're still intending to put this simple fix into the next 16.1x Giovanni?
by avrhack
Mon Sep 19, 2016 6:58 pm
Forum: Bug Reports
Topic: Wrestling with MAC on F107 Topic is solved
Replies: 18
Views: 11578

Re: Wrestling with MAC on F107 Topic is solved

hi, I am going through all pending tickets, if you have fixes or patches please post them here. Giovanni I noticed this is marked as resolved - my fault - but the defect of the case issues with CMSIS in mac_lld.c are not in the current fix list from what I can see so wanted to make sure this is sti...
by avrhack
Sat Sep 10, 2016 6:46 pm
Forum: General Support
Topic: Bootloader and gdb Topic is solved
Replies: 3
Views: 3296

Re: Bootloader and gdb Topic is solved

I think you need to put the first breakpoint past the bootloader and into the application code, once it stops there you should see symbols and all. Giovanni Yep that's exactly it. I loaded the application without doing a full erase so the bootloader was still in place then used 'start' in gdb which...
by avrhack
Mon Aug 29, 2016 1:06 pm
Forum: Bug Reports
Topic: Wrestling with MAC on F107 Topic is solved
Replies: 18
Views: 11578

Re: Wrestling with MAC on F107 Topic is solved

I am going through all pending tickets, if you have fixes or patches please post them here. Giovanni I think it would be very useful to allow a user to override mii_read and mii_write without having to change ChibiOS' source code. As an example, when I'm using the KSZ8863 only one of the two upstre...
by avrhack
Sun Aug 28, 2016 12:03 pm
Forum: Bug Reports
Topic: Wrestling with MAC on F107 Topic is solved
Replies: 18
Views: 11578

Re: Wrestling with MAC on F107 Topic is solved

Just to confirm that I now have the F107 working with a KSZ8863RMII as the PHY although testing so far is limited to getting a DHCP address and responding to IGMP pings however if that's working through LWIP then clearly all of the MAC/PHY stuff is operational. The 8863 is very useful as it's actual...
by avrhack
Sun Aug 14, 2016 5:28 pm
Forum: Bug Reports
Topic: CAN includes missing for F107 Topic is solved
Replies: 1
Views: 2455

CAN includes missing for F107 Topic is solved

The platform_f105_f107.mk file is missing the include section for the CAN drivers, resulting in a failure to find can_lld.h when compiling for the F107 using CAN. The include is correct in the platform.mk file that covers the others in the F1xxx series. Both files are in os/hal/ports/STM32/STM32F1xx...
by avrhack
Sun Aug 14, 2016 3:10 pm
Forum: Bug Reports
Topic: Wrestling with MAC on F107 Topic is solved
Replies: 18
Views: 11578

Re: Wrestling with MAC on F107 Topic is solved

OK now this is VERY strange. The issue is case - the defines seem to be wrong in mac_lld.c, but looking at a git blame they were last changed by Giovani on 4th August 2013 so I can't see how this can possibly be it. However changing to the correct case solves the build problem for me - or rather thi...
by avrhack
Sun Aug 14, 2016 12:31 pm
Forum: Bug Reports
Topic: Wrestling with MAC on F107 Topic is solved
Replies: 18
Views: 11578

Wrestling with MAC on F107 Topic is solved

I've been wrestling since yesterday trying to get a working MAC/LWIP baseline project working under GCC and it's doing my head in. There don't seem to be any relevant examples that I can find - none of the F107 ones are MAC; this is only for the F407. There's clearly something wrong with my combinat...
by avrhack
Wed Jun 01, 2016 8:21 pm
Forum: General Support
Topic: Bootloader and gdb Topic is solved
Replies: 3
Views: 3296

Bootloader and gdb Topic is solved

I can't see this has been asked/answered elsewhere although a couple of posts come close, so here goes..... I currently use a black magic probe (bmp) to debug my ChibiOS creations and that is an excellent setup, however going forward I want to have my applications relocated to make room for a boot l...

Go to advanced search