STM32H747: UART7 with DMA.
Hello!I have strange issue with DMA mode for UART7. I have callback for data transfer complete, but if i sending new data - i have broken data. If i added timeout - all data sending Ok.does anyone have any thoughts?
Hello!I have strange issue with DMA mode for UART7. I have callback for data transfer complete, but if i sending new data - i have broken data. If i added timeout - all data sending Ok.does anyone have any thoughts?
Hi,I want to implement custom bootloader in STM32H730ZB, It has 128KB of Flash and only one sector. If I want to load image using bootloader then, I need to erase particular portion of flash. Is there any support to erase flash by flash word? If I er...
Hi guys,I'm a little confused about the trigger voltage for rising-falling triggered interrupts. As my previous understanding, the trigger voltage should be Vih and Vil. But some one told me Vih and Vil is not for edge triggered interrupts. The thing...
I want to interface to an existing RS-485 bus where the 9th bit (normally reserved for parity) is set to 1 for the first two packets of each frame (as an addressing mechanism) and then cleared to 0 for the subsequent "data" bytes.If I set PCE=0 in r...
I need the callback, to clear the cb4.DMA_Active flag and update a pointer when it finishes. I cannot step through it because it starts sending data over and over as I step through it and does not call the callback. First time msg points to "12345678...
I'm having trouble with my IAP erase and write of Flash in my custom bootloader. I need to overlap comms activity with Flash erase so comms doesn't time out, but despite attempts to force the bootloader code, ISRs and vector table into SRAM, my suspi...
In code, we do not have call for changing RDP but we have a logic to reset IWDG_STOP bit after wakeup from sleep mode. We are facing this option byte corruption problem when battery drops below 0%. (We do not have HW support for cutting off power for...
The "operating temperature range" is specified as +85 deg. C high limit.Does this really mean the MCU can operate with an ambient temperature of 85 C ? Only the maximum junction temperature is specific in the data sheet.
Hi Folks,Greetings!At my end have a STM32G474 HRTIM output driving a MOSFET gate driver such as IR2110.In some weird cases encountered, when the MOSFET blows up, it takes away with it thegate driver as well.Not in all cases, but in some situations, I...
I am using STM32H753 MCU. I generated my code using STM32Cube. The UART is configured to work on interrupt, baud rate is 19200. I sent 'A' many time but most of the time I am receiving "C1" in hex instead of "41" ('A' in ASCII).When I analyzed the da...