Search found 14459 matches

by Giovanni
Mon Apr 22, 2024 8:17 pm
Forum: General Support
Topic: maple mini can bus function build fail
Replies: 1
Views: 44

Re: maple mini can bus function build fail

Hi, It is a silicon limitation, from the STM32F1xx reference manual: "In low, medium, high and XL-density devices, the USB and CAN share a dedicated 512-byte SRAM memory for data transmission and reception, and so they cannot be used concurrently (the shared RAM is accessed through CAN and USB ...
by Giovanni
Mon Apr 22, 2024 7:00 am
Forum: General Support
Topic: board.h generator
Replies: 2
Views: 72

Re: board.h generator

Hi,

The tool is embedded in ChibiStudio, see https://www.playembedded.org for guides.

Alternatively there is a script /os/hal/boards/genboard.sh that generates the files starting from an XML description, it requires installation of the FMPP utility.

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

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: 795

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: 2996

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: 2996

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: 795

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: 795

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: 795

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: 2996

Re: [HELP] STM32H750 USB HS ULPI Support,

Hi,

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

Giovanni

Go to advanced search