Search found 14457 matches

by Giovanni
Fri Apr 12, 2024 12:01 pm
Forum: STM32 Support
Topic: spi without dma
Replies: 9
Views: 3638

Re: spi without dma

Hi,

The STM32F4 does not have a DMAMUX so peripherals use specific DMA channels, you need to check the Reference Manual and see if there are alternative channels that can be used in your case. There is a table with mapping in the DMA chapter.

Giovanni
by Giovanni
Thu Apr 11, 2024 9:22 am
Forum: General Support
Topic: UDP receive missing messages
Replies: 14
Views: 585

Re: UDP receive missing messages

The PHY could require some extra initialization.

Giovanni
by Giovanni
Wed Apr 10, 2024 7:29 pm
Forum: Bug Reports
Topic: [HELP] STM32H750 USB HS ULPI Support,
Replies: 16
Views: 2093

Re: [HELP] STM32H750 USB HS ULPI Support,

Great thanks, moving this topic in "bug reports" so it is not lost.

Giovanni
by Giovanni
Wed Apr 03, 2024 7:12 pm
Forum: Bug Reports
Topic: [HELP] STM32H750 USB HS ULPI Support,
Replies: 16
Views: 2093

Re: [HELP] STM32H750 USB HS ULPI Support,

It could be a SW issue, ULPI has not extensively tested.

Giovanni
by Giovanni
Wed Apr 03, 2024 7:11 pm
Forum: General Support
Topic: UDP receive missing messages
Replies: 14
Views: 585

Re: UDP receive missing messages

Do you have a MACv1 board to try? (anything except H7).

Not sure how to test this.

Giovanni
by Giovanni
Wed Apr 03, 2024 6:41 am
Forum: General Support
Topic: UDP receive missing messages
Replies: 14
Views: 585

Re: UDP receive missing messages

Next step is to understand if there is a driver problem or an HW issue. Are you using MACv1 or MACv2?

Giovanni
by Giovanni
Tue Apr 02, 2024 7:59 am
Forum: General Support
Topic: UDP receive missing messages
Replies: 14
Views: 585

Re: UDP receive missing messages

You should try to verify if it is the MAC driver delaying the frame or if it is a problem within lwIP or its integration layer.

One possible approach is to flip a GPIO from the MAC ISR, send periodic packets and look with a scope if the ISR occurs immediately.

Giovanni
by Giovanni
Mon Apr 01, 2024 10:12 am
Forum: Bug Reports
Topic: [HELP] STM32H750 USB HS ULPI Support,
Replies: 16
Views: 2093

Re: [HELP] STM32H750 USB HS ULPI Support,

Hi,

Thanks, this could be related but currently I don't have HW to test this.

Giovanni
by Giovanni
Mon Apr 01, 2024 6:34 am
Forum: STM32 Support
Topic: A-D "Linear Buffer" conversion on 32L031
Replies: 3
Views: 107

Re: A-D "Linear Buffer" conversion on 32L031

Hi,

There are other conditions where "cont" must not be specified, those register settings are meant to be "low level".

Giovanni
by Giovanni
Sun Mar 31, 2024 9:03 pm
Forum: STM32 Support
Topic: A-D "Linear Buffer" conversion on 32L031
Replies: 3
Views: 107

Re: A-D "Linear Buffer" conversion on 32L031

I think you need to specify ADC_CFGR1_CONT.

Giovanni

Go to advanced search