Tilen Majerle
Tilen Majerle
I have never planned for this as saw no reason to use scanf function in embedded design. Any reason for scanf usage?
Correct. Thing is that this lib is not in working state. Never will be probably.
There is no pwm lib. Only for std drivers is.
No plans for HAL version.
> So i was able to complile and implement it in my Nucleo-144 F429 board. All i get in the debugger is this: "Alocated 4436 bytes for CANopen objects CANopenNode...
LwPKT uses 2 ringbufers for TX and RX operations. Every received character over UART at STM32 should be written to RX ringbuffer of LwPKT instance, and data that should be...
HI @ndunello, many thanks for your contribution. Is it possible to commit it in the same structure as other loaders by providing only the necessary files? Thanks in advance, Tilen
@ndunello I'm referring to contrib branch only, since we only accept pull requests there. We would prefer to receive a *minimum required set of drivers* for our customers, so only...
So your complete packet structure would look: now: start, start, [from], [to] [cmd], len, [data], [crc], stop new: to, [from], [cmd], len, [data], [crc], stop How do you handle bus...
For start having an option to swap to and from fields is a feasible option with macro.