SeeDeer

Results 3 issues of SeeDeer

Test method: 1. Thread A allocate memory blocks in a 1ms cycle (size takes a random value of 1~1024). When allocate fails, the thread is suspended; 2. Thread B release...

bug
hardware

/* Setup Vector Table Offset Register. */ MOV r0, #0xE000E000 // Build address of NVIC registers LDR r1, =_vectors // Pickup address of vector table STR r1, [r0, #0xD08] //...

bug
hardware
discussion

Is it possible to provide Cortex-M code in ports_smp?

feature