Search found 166 matches

by mikeprotts
Sat Mar 04, 2023 10:50 am
Forum: STM32 Support
Topic: Broadcast Ethernet from F405 and DP83848
Replies: 13
Views: 2445

Re: Broadcast Ethernet from F405 and DP83848

Glad this is now working for you.

I wouldn't expect much delay from lwipinit() to being ready - is it connected to an Ethernet switch or directly to another host? If another host, it may be that it's the other end of the cable that's slow.

Mike
by mikeprotts
Fri Mar 03, 2023 2:48 pm
Forum: STM32 Support
Topic: Broadcast Ethernet from F405 and DP83848
Replies: 13
Views: 2445

Re: Broadcast Ethernet from F405 and DP83848

Probably it is just a different PHY, this is why it is not found, it searches for a specific ID. Giovanni A quick check of the docs suggests using the revision D board file is likely to work, that is when the PHY changed. https://www.olimex.com/Products/ARM/ST/STM32-E407/resources/STM32-E407.pdf Th...
by mikeprotts
Fri Mar 03, 2023 2:30 pm
Forum: STM32 Support
Topic: Broadcast Ethernet from F405 and DP83848
Replies: 13
Views: 2445

Re: Broadcast Ethernet from F405 and DP83848

Hi, Probably it is because revision F, I have a very early board. You should compare schematics and see where differences are, probably there is a different PHY, this is usually easy to address. Giovanni I have been using revision E with the config for revision D, so it's likely a change from E to ...
by mikeprotts
Wed Nov 23, 2022 5:15 pm
Forum: Development and Feedback
Topic: [DEV] STM32H7xx support (new)
Replies: 94
Views: 40284

Re: [DEV] STM32H7xx support (new)

I've fixed my problem - I needed to match the MPU initialisation changes.

It seems to be working well now and good for me to be running with the latest code.
by mikeprotts
Thu Nov 17, 2022 1:19 pm
Forum: Development and Feedback
Topic: [DEV] STM32H7xx support (new)
Replies: 94
Views: 40284

Re: [DEV] STM32H7xx support (new)

Those extra fields did the trick thanks, no more warnings.

I suspect the a change in the NOCACHE areas might be an issue, it'll probably be next week before I have time to look at this. It would probably be better if I use a simpler build that just uses Ethernet and not much else.

Mike
by mikeprotts
Wed Nov 16, 2022 5:26 pm
Forum: Development and Feedback
Topic: [DEV] STM32H7xx support (new)
Replies: 94
Views: 40284

Re: [DEV] STM32H7xx support (new)

The warnings are unrelated to the Ethernet code, my project includes use of SPI and it's related to changes between 20.6 and 20.11 HAL version. I need to update my SPI code to use the current HAL to rule out the potential for some conflict or memory overwrite. Once I've fixed my SPI code I'll try th...
by mikeprotts
Fri Nov 11, 2022 10:26 am
Forum: Development and Feedback
Topic: [DEV] STM32H7xx support (new)
Replies: 94
Views: 40284

Re: [DEV] STM32H7xx support (new)

Catching up with this. As my code was still on 20.3 I tried trunk first, and then these releases. in each case using new chconf.h, halconf.h and mcuconf.h. trunk Ethernet not responding, some warnings to fix for SPI 21.11.2 Ethernet not responding, some warnings to fix for SPI 21.6 no issues 21.11.1...
by mikeprotts
Fri Nov 04, 2022 4:00 pm
Forum: Development and Feedback
Topic: [DEV] STM32H7xx support (new)
Replies: 94
Views: 40284

Re: [DEV] STM32H7xx support (new)

I'll try to update to the latest code and give this a test in the next few days.

Mike
by mikeprotts
Wed Jul 21, 2021 2:02 pm
Forum: ChibiOS/RT
Topic: Threads Debugging in GDB and Chibistudio
Replies: 5
Views: 2567

Re: Threads Debugging in GDB and Chibistudio

For opeonocd I've added the following to the end of a copy of the target file:

Code: Select all

$_TARGETNAME configure -rtos ChibiOS


Mike
by mikeprotts
Thu May 27, 2021 1:14 pm
Forum: Bug Reports
Topic: STM32H7 ADCv4 patches Topic is solved
Replies: 32
Views: 14212

Re: STM32H7 ADCv4 patches Topic is solved

Update patch - I missed the pcsel register

Mike

Go to advanced search