Yes, when you get DMA TC, at least one frame is still outgoing, on UARTs with FIFOs potentially more than one but this is not the case on F4.
Giovanni
Search found 14731 matches
- Fri Nov 07, 2025 1:19 pm
- Forum: STM32 Support
- Topic: STM32F410 uart DMA and lost break/frame error interrupt
- Replies: 6
- Views: 322
- Wed Nov 05, 2025 5:05 am
- Forum: STM32 Support
- Topic: STM32F410 uart DMA and lost break/frame error interrupt
- Replies: 6
- Views: 322
Re: STM32F410 uart DMA and lost break/frame error interrupt
LIN mode would not be a problem, it just enables break detection and generation. Why do you think there is an assumption for breaks? it just detects a long sequence of zeros. I think that it is the use of FE that is not reliable, probably this is not a SW issue. Just give break detection a try and s...
- Tue Nov 04, 2025 12:59 pm
- Forum: STM32 Support
- Topic: STM32F410 uart DMA and lost break/frame error interrupt
- Replies: 6
- Views: 322
Re: STM32F410 uart DMA and lost break/frame error interrupt
Hi,
Hard to give suggestions, it is a very specific use case.
Doesn't the STM32 UART have a break detection feature? why use FE?
Giovanni
Hard to give suggestions, it is a very specific use case.
Doesn't the STM32 UART have a break detection feature? why use FE?
Giovanni
- Fri Oct 31, 2025 11:19 am
- Forum: Development and Feedback
- Topic: Next release 21.11.5
- Replies: 0
- Views: 107
Next release 21.11.5
Hi,
I will do another update in 21.x in 2 or 3 weeks, lots of bugs are being fixed in trunk and I want it to be super reliable before going for 25.x or 26.x.
Commercial customers on 21.x will be aligned to this new version, please check your support status.
Giovanni
I will do another update in 21.x in 2 or 3 weeks, lots of bugs are being fixed in trunk and I want it to be super reliable before going for 25.x or 26.x.
Commercial customers on 21.x will be aligned to this new version, please check your support status.
Giovanni
- Fri Oct 31, 2025 9:16 am
- Forum: Bug Reports
- Topic: Invalid DMA IRQ priority used in STM32 DACv2 driver
- Replies: 0
- Views: 86
Invalid DMA IRQ priority used in STM32 DACv2 driver
The driver assigns the DMA channel priority to the DMA channel IRQ priority possibly resulting in an invalid priority level assigned.
Giovanni
Giovanni
- Tue Oct 28, 2025 9:29 am
- Forum: ChibiOS/RT
- Topic: Mutex errors and chVTGetSystemTime errors
- Replies: 3
- Views: 348
Re: Mutex errors and chVTGetSystemTime errors
Hi,
There is no C++ equivalent, I will look into adding .cpp and .hpp support to /source.
You could give it a try yourself, it is one of the .mk inclusions in makefiles and it is not that complex.
Giovanni
There is no C++ equivalent, I will look into adding .cpp and .hpp support to /source.
You could give it a try yourself, it is one of the .mk inclusions in makefiles and it is not that complex.
Giovanni
- Sat Oct 25, 2025 4:37 am
- Forum: ChibiOS/RT
- Topic: Mutex errors and chVTGetSystemTime errors
- Replies: 3
- Views: 348
Re: Mutex errors and chVTGetSystemTime errors
Something is missing in the Makefile, those types are fundamental.
Make sure to take a makefile from a demo then add your source code under /source (no need to add files to the makefile, anything under /source is compiled automatically).
Giovanni
Make sure to take a makefile from a demo then add your source code under /source (no need to add files to the makefile, anything under /source is compiled automatically).
Giovanni
- Thu Oct 23, 2025 3:07 pm
- Forum: ChibiOS/RT
- Topic: hal_streams.h errors within _base_sequential_stream_methods
- Replies: 4
- Views: 240
Re: hal_streams.h errors within _base_sequential_stream_methods
The error does not occur in demos, make sure that you have everything is needed in your makefile, it could be a missing path.
You could zip a minimal project with the failure so I can verify it.
Giovanni
You could zip a minimal project with the failure so I can verify it.
Giovanni
- Thu Oct 23, 2025 10:03 am
- Forum: ChibiOS/RT
- Topic: hal_streams.h errors within _base_sequential_stream_methods
- Replies: 4
- Views: 240
Re: hal_streams.h errors within _base_sequential_stream_methods
Hi,
What are you compiling?
Giovanni
What are you compiling?
Giovanni
- Sat Oct 11, 2025 7:02 pm
- Forum: STM32 Support
- Topic: QSPI/WSPI Still broken on H7? Topic is solved
- Replies: 1
- Views: 643
Re: QSPI/WSPI Still broken on H7? Topic is solved
Hi,
Last time I ran the test application STM32-WSPI-MFS it worked so it seems something specific in your board port, check clocks and GPIO settings.
Giovanni
Last time I ran the test application STM32-WSPI-MFS it worked so it seems something specific in your board port, check clocks and GPIO settings.
Giovanni
