-
Notifications
You must be signed in to change notification settings - Fork 80
[Bug]: The LoRaWAN middleware uses USART DMA for trace #110
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcube mxIssue related to the Cube MX tool rather than the firmware published within this repositoryIssue related to the Cube MX tool rather than the firmware published within this repositoryusartUniversal Synchronous/Asynchronous Receiver TransmitterUniversal Synchronous/Asynchronous Receiver Transmitter
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcube mxIssue related to the Cube MX tool rather than the firmware published within this repositoryIssue related to the Cube MX tool rather than the firmware published within this repositoryusartUniversal Synchronous/Asynchronous Receiver TransmitterUniversal Synchronous/Asynchronous Receiver Transmitter
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
Analyzed
Bug Summary
If DMA TX request for USART not configured there will be no output from console
Detailed Description
I was trying to test End Node LBM skeleton, I've configured ADC, RTC, USART, SUBGHZ and LoRaWAN middleware, and there was no output from console, the generated usart_if.c uses vcom_Trace_DMA for trace, if DMA for USART not configured there will be no trace output.
Expected Behavior
No response
Actual Behavior
No response
Environment
STM32CubeMX, STM32CubeIDE for VSCode, STM32CubeWL v1.5.0
Severity
None