Search found 14664 matches

by Giovanni
Mon Jul 14, 2025 3:07 pm
Forum: Bug Reports
Topic: STM32(F7) SPI+DMA stuck byte Topic is solved
Replies: 4
Views: 78

Re: STM32(F7) SPI+DMA stuck byte Topic is solved

Good point, need to check demos, probably there is the same error and necessity for DSB is not explained at all.

Giovanni
by Giovanni
Mon Jul 14, 2025 8:36 am
Forum: Bug Reports
Topic: STM32(F7) SPI+DMA stuck byte Topic is solved
Replies: 4
Views: 78

Re: STM32(F7) SPI+DMA stuck byte Topic is solved

Hi,

I think it is a good hypothesis, it would be possible to place temporary code and check the state of FIFOs before starting a transfer.

Giovanni
by Giovanni
Sat Jul 12, 2025 2:40 pm
Forum: ChibiOS/RT
Topic: SPI Communication
Replies: 11
Views: 790

Re: SPI Communication

You need to determine how it stops, enable assertions and checks in chconf.h and then use the debugger to see where it stops and the cause.

Giovanni.
by Giovanni
Fri Jul 11, 2025 11:04 am
Forum: ChibiOS/RT
Topic: SPI Communication
Replies: 11
Views: 790

Re: SPI Communication

The code is the same, use 2 ports instead of one.

Giovanni
by Giovanni
Wed Jul 09, 2025 3:51 pm
Forum: ChibiOS/RT
Topic: SPI Communication
Replies: 11
Views: 790

Re: SPI Communication

See the SPI demo in ChibiOS: testhal/STM32/multi/SPI it does mostly what you are trying to do.

Giovanni
by Giovanni
Wed Jul 09, 2025 3:49 pm
Forum: Bug Reports
Topic: SNOR driver and nocache buffer
Replies: 4
Views: 193

Re: SNOR driver and nocache buffer

I just started porting the whole trunk HAL to 21.11.4, it could take some time because all differences but what you see in trunk now is what you will get in 21.11.4.

Giovanni
by Giovanni
Wed Jul 09, 2025 12:16 pm
Forum: STM32 Support
Topic: Software USB Host/Device stack Topic is solved
Replies: 1
Views: 133

Re: Software USB Host/Device stack Topic is solved

Hi,

In the community repository there is an USB host stack that, I am told, works well.

Giovanni
by Giovanni
Wed Jul 09, 2025 12:11 pm
Forum: Bug Reports
Topic: SNOR driver and nocache buffer
Replies: 4
Views: 193

Re: SNOR driver and nocache buffer

Hi, Note that this has been "fixed" by adding a new SNOR framework called "xsnor" which addresses the problem with buffers and adds more features (multi-devices, devices detection mainly). If you are going to add new devices, perhaps, it is better to do that in "xsnor"....
by Giovanni
Wed Jul 09, 2025 9:06 am
Forum: ChibiOS/RT
Topic: SPI Communication
Replies: 11
Views: 790

Re: SPI Communication

Code: Select all

.ssport = NULL,
.sspad = 0,


This is wrong.

Giovanni

Go to advanced search