Advertisement
Guest User

Untitled

a guest
Sep 17th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. void usart1_isr()
  2. {
  3. __IO uint32_t tmpreg;
  4. tmpreg = USART1_SR;
  5. (void) tmpreg;
  6. tmpreg = USART1_DR;
  7. (void) tmpreg;
  8.  
  9. }
  10.  
  11.  
  12.  
  13. void usart1_isr()
  14. {
  15. volatile uint32_t tmpreg;
  16. tmpreg = (*(volatile uint32_t *)(((((0x40000000U) + 0x10000) + 0x3800)) + 0x00));
  17. (void) tmpreg;
  18. tmpreg = (*(volatile uint32_t *)(((((0x40000000U) + 0x10000) + 0x3800)) + 0x04));
  19. (void) tmpreg;
  20.  
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement