You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the assignment for DriverEnable pins is missing for H7RS
The datasheet reports them as being shared with RTS pins
But there is no corresponding entry pin_trait_impl!(crate::usart::DePin, UARTXX, XXX, XXX); in the generated data
I think that the root cause of the problem is that there is no entry for _DE pins in the .xml descriptors such as stm32-data\sources\cubedb\mcu\STM32H7S7L8HxH.xml
If this is an actual problem I can help with the fix, but I need some guidance since I don't know exactly where to apply the fix. Here or in stm32-data and where to exactly put the override...
The text was updated successfully, but these errors were encountered:
I have seen that stm32-data is using sources from an older CubeMx release. I imagine that moving to a new one would mess up a lot of things in embassy since ST always keep changing things :(
But do you think that it could be possible to patch just the descriptor files for H7RS in stm32-data-sources? Or should I go on with the manual override?
I think that the assignment for DriverEnable pins is missing for H7RS
The datasheet reports them as being shared with RTS pins
But there is no corresponding entry
pin_trait_impl!(crate::usart::DePin, UARTXX, XXX, XXX);
in the generated dataI think that the root cause of the problem is that there is no entry for _DE pins in the .xml descriptors such as
stm32-data\sources\cubedb\mcu\STM32H7S7L8HxH.xml
If this is an actual problem I can help with the fix, but I need some guidance since I don't know exactly where to apply the fix. Here or in stm32-data and where to exactly put the override...
The text was updated successfully, but these errors were encountered: