Messer
Messer
> ``` > pi@raspberrypi:~/tmp $ lspci -k > 00:00.0 PCI bridge: Broadcom Limited Device 2711 (rev 10) > Kernel driver in use: pcieport > 01:00.0 USB controller: VIA Technologies, Inc....
Few weeks passed, but finally I've got my hand on hdds and enclosure so tested with 500GB drives (raid0 & individual) everything seems to work Installed OMV and no problems...
in platforms/cpus/stm32f103.repl add ``` can1: CAN.STMCAN @ sysbus [0-3] -> nvic@[19-22] can2: CAN.STMCAN @ sysbus [0-3] -> nvic@[63-66] master: can1` ```
Thanks but I have patch for that. simply changing `frame = message.ToSocketCAN(true);` to `frame = message.ToSocketCAN(false);` in [/src/Emulator/Peripherals/Peripherals/CAN/SocketCANBridge.cs:86](https://github.com/renode/renode-infrastructure/blob/9b87dd6ac7aa5cf93d75c751c7feaa4526c96e11/src/Emulator/Peripherals/Peripherals/CAN/SocketCANBridge.cs#L86) and recompiling Renode but downside is that you need to do it...
Run your emulation, and execute command > machine GetClockSourceInfo At the top of the list should be 'sysTick' row. Check at what frequency is it set, and compare to the...
Look at zephyr examples and tests https://designer.antmicro.com/hardware/devices/stm32f4_disco?demo=blinky In 'Download Assets' you can find Renode Logs and even resc/repl files which will give good starting point to find where the issue...
Quick search on stm site: > STM32F407/417 – 168 MHz CPU/210 DMIPS, up to 1 Mbyte of Flash memory adding Ethernet MAC and camera interface STM32F405/415 – 168 MHz CPU/210...