User Activity

1. Array of bytes? Read and write between CPUs.2. Peripheral allocations to CPU1 or CPU2? Should allocation of peripherals handled by only one CPU? What will happen if both CPU's are asking for same peripheral. How to handle this scenario.
Posted on January 16, 2017 at 05:14Hi,I am downloading an elf file to STM32 Nucleo-L053R8 board.  The size of elf is given below:text       data        bss        dec        hex    filename54700        728       3504      58932       e634    ../mDig...