Hello,
How can I make a custom function handling the specific vector address ISR routine given by the data sheet (in pure c) please ?
in fact I have the hexadecimal vector address (from data sheet) and I just want to make a function pointing on that physical addresse
that should be a simple basic ...
Search found 3 matches
- Thu Jul 21, 2022 12:55 pm
- Forum: General discussion
- Topic: ISR once for all
- Replies: 1
- Views: 1085
- Wed Jul 20, 2022 6:07 pm
- Forum: General discussion
- Topic: MODER register
- Replies: 2
- Views: 1314
Re: MODER register
oh ! thinks I have forgotten that !
- Wed Jul 20, 2022 2:06 pm
- Forum: General discussion
- Topic: MODER register
- Replies: 2
- Views: 1314
MODER register
Hello,
i'm trying to learn the board STM32F3DISCOVERY from the reference manual
but I need a quick hint on why the stm32core library from Arduino app doesn't allow to modify the GPIOE->MODER
( at 0x48001000 ) so if someone can tell me how I can take the control of my register board ?
volatile ...
i'm trying to learn the board STM32F3DISCOVERY from the reference manual
but I need a quick hint on why the stm32core library from Arduino app doesn't allow to modify the GPIOE->MODER
( at 0x48001000 ) so if someone can tell me how I can take the control of my register board ?
volatile ...