Hi,
Your ADC clock source (STM32_ADCSEL) is set to STM32_ADCSEL_PLL3_R_CK, is it meant to be that way?
Giovanni
Search found 14667 matches
- Thu Jul 17, 2025 9:03 am
- Forum: Bug Reports
- Topic: ADCv4 incorrect ADC clock frequency
- Replies: 3
- Views: 226
- Thu Jul 17, 2025 8:59 am
- Forum: Bug Reports
- Topic: hal: spi_v2: propagate msg passed to __spi_wakeup_isr Topic is solved
- Replies: 1
- Views: 211
Re: hal: spi_v2: propagate msg passed to __spi_wakeup_isr Topic is solved
Fixed thanks.
Giovanni
Giovanni
- Wed Jul 16, 2025 6:39 pm
- Forum: Bug Reports
- Topic: ADCv4 incorrect ADC clock frequency
- Replies: 3
- Views: 226
Re: ADCv4 incorrect ADC clock frequency
Hi,
Please post your mcuconf.h.
Giovanni
Please post your mcuconf.h.
Giovanni
- Mon Jul 14, 2025 3:07 pm
- Forum: Bug Reports
- Topic: STM32(F7) SPI+DMA stuck byte Topic is solved
- Replies: 4
- Views: 333
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
Giovanni
- Mon Jul 14, 2025 8:36 am
- Forum: Bug Reports
- Topic: STM32(F7) SPI+DMA stuck byte Topic is solved
- Replies: 4
- Views: 333
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
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
- Sat Jul 12, 2025 2:40 pm
- Forum: ChibiOS/RT
- Topic: SPI Communication
- Replies: 11
- Views: 1578
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.
Giovanni.
- Fri Jul 11, 2025 11:04 am
- Forum: ChibiOS/RT
- Topic: SPI Communication
- Replies: 11
- Views: 1578
Re: SPI Communication
The code is the same, use 2 ports instead of one.
Giovanni
Giovanni
- Wed Jul 09, 2025 3:51 pm
- Forum: ChibiOS/RT
- Topic: SPI Communication
- Replies: 11
- Views: 1578
Re: SPI Communication
See the SPI demo in ChibiOS: testhal/STM32/multi/SPI it does mostly what you are trying to do.
Giovanni
Giovanni
- Wed Jul 09, 2025 3:49 pm
- Forum: Bug Reports
- Topic: SNOR driver and nocache buffer
- Replies: 4
- Views: 387
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
Giovanni
- Wed Jul 09, 2025 12:16 pm
- Forum: STM32 Support
- Topic: Software USB Host/Device stack Topic is solved
- Replies: 1
- Views: 346
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
In the community repository there is an USB host stack that, I am told, works well.
Giovanni