diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-19 21:34:09 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-08-19 21:34:09 -0500 |
| commit | 0cb345ed5ccbe786d0a7e7e2de740c0a07b82770 (patch) | |
| tree | 89682cd81419b138c5657cfa2dae797c81f8ea33 /Core/Inc/w9825g6kh6.h | |
| parent | 0c79f390c81f56fd087c2fffb07b373594119668 (diff) | |
sdram and ringmod effect
Diffstat (limited to 'Core/Inc/w9825g6kh6.h')
| -rwxr-xr-x | Core/Inc/w9825g6kh6.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Core/Inc/w9825g6kh6.h b/Core/Inc/w9825g6kh6.h new file mode 100755 index 0000000..3e4f043 --- /dev/null +++ b/Core/Inc/w9825g6kh6.h @@ -0,0 +1,17 @@ +/*
+ * w9825g6kh6.h
+ *
+ * Created on: Aug 18, 2026
+ * Author: ozpv
+ */
+
+#ifndef INC_W9825G6KH6_H_
+#define INC_W9825G6KH6_H_
+
+#define SDRAM_BASE 0xC0000000
+#define SDRAM_SIZE 0x02000000
+
+void FMC_Init(void);
+void SDRAM_Test(void);
+
+#endif /* INC_W9825G6KH6_H_ */
|
