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 believe sub_801d0a8 is exti_set_source -- it sets the source of external interrupt n. void exti_set_source(int source, unsigned __int8 exti_num)
Also, a new segment should be created, SYSCFG, starting at 0x40010000 ending 0x400103FF.
The following names should be created (all dwords):
I believe sub_801d0a8 is exti_set_source -- it sets the source of external interrupt n.
void exti_set_source(int source, unsigned __int8 exti_num)
Also, a new segment should be created, SYSCFG, starting at 0x40010000 ending 0x400103FF.
The following names should be created (all dwords):
A tiny bit of fiddling (the constant 0x4001008 must be made into an offset manually), and the decompilation changes to:
The text was updated successfully, but these errors were encountered: