Симулятор PIC32
2011-01-20 16:47Есть прогресс: на симуляторе успешно выполняется простейший тест типа "hello world". Из периферии PIC32 реализованы флеш-память и ввод-вывод UART. Вот что видно на консоли:
VirtualMIPS (version 0.06-retrobsd) Copyright (c) 2008 yajin, 2011 vak. Build date: Jan 20 2011 16:36:01 Using configure file: pic32.conf ram_size: 128k bytes boot_method: Binary flash_type: NOR FLASH flash_size: 492k bytes flash_file_name: test-debug.bin flash_phy_address: 0x1d005000 boot_from: NOR FLASH start_address: 0x9d006000 VM 'pic32': starting simulation (CPU0 PC=0x9d006000), JIT disabled. using unix timer Hello, World! Hello, World! Hello, World! Stop emulationОсталось добавить внешний диск SD/MMC через SPI, и будем запускать Retro-BSD.
