Ariel Elbaz
Ariel Elbaz
I saw in the Ethernet code of nucleo-h743zi2 the following: #[allow(static_mut_refs)] // TODO: Fix this DES_RING.assume_init_mut(), mac_addr, ccdr.peripheral.ETH1MAC, &ccdr.clocks, ) }; #[allow()] // TODO: Fix this DES_RING.write(ethernet::DesRing::new()); _ What exactly...
Hi, im trying to create a task **locally** like you did in the example: https://github.com/jonenz/FreeRTOS-Cpp/blob/develop/examples%2FTask%2Ftask.cpp And when im trying to create the task, the creation itself working good so the...