Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
amrith
Jan 15th, 2019
294
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include"stdint.h"
#include "stm32f407xx.h"
int
main
(
void
)
{
ADC_TypeDef
*
pADC
;
RCC_TypeDef
*
pRCC
;
pADC
=
ADC1
;
pRCC
=
RCC
;
pRCC
->
APB2ENR
=
pRCC
->
APB2ENR
|
(
1
<<
8
)
;
pADC
->
CR1
=
0x55
;
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $1000 15-MINUTES (BEGINNER) WM
JavaScript | 12 min ago | 0.05 KB
Binance account CW
JavaScript | 28 min ago | 0.05 KB
EARN $900 INSTANTLY 2025 BT
JavaScript | 44 min ago | 0.05 KB
Random Gmail Acc 1A
JavaScript | 1 hour ago | 0.05 KB
Untitled
Lua | 1 hour ago | 0.31 KB
integral_inside_loop
C++ | 2 hours ago | 1.10 KB
Suffix Solution
C++ | 3 hours ago | 4.18 KB
DB Index Size report
PostgreSQL | 4 hours ago | 0.57 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!