fixed-sized memory pool allocator
[cortex-from-scratch] / main.c
diff --git a/main.c b/main.c
index 5b488cf..19d0eb5 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,7 +1,7 @@
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
-#include <stm32.h> // <-- your own header file located located in ./include
+#include <stm32.h> // <-- my own header file located located in ./include
 #include <mmap.h>
 
 
@@ -46,11 +46,24 @@ void main()
        ivt_init();
 //     clock_init();
        uart_init();
+       //uart_puts("LOADING SYSTEM 0.1 ...\n");
        systick_init();
-       uart_puts("LOADING SYSTEM 0.1 ...\n");
+//     mm_init();
        sysinfo();
-       addrtohex((volatile uint32_t) 0x12345678 );
-       addrtohex((volatile uint32_t) *SCB_VTOR );
+
+
+       pool_init(20, 5, 0x20000800);
+
+       //addrtohex(p2);
+       //addrtohex(*p2);
+       
+       /* extern stub();
+       stub();
+       __asm__ __volatile__ ("udiv r1, r3 ,%0" :: "r"(0)); */
+       
+       //regw_u32(p, 0x0CCCCCCCC, 4, 0x01);
+
+       //regw_u8(p, 0xFF, 0, 0x02);
 
 //     asm("cpsie i"); // enable irq , cpsied f (disable faukts(