Patrik Bachan
Patrik Bachan
If manual limit settings is ok for you, can you close this issue?
> I'd imagine just a dozen bytes or so per type ? Too lazy to search in code, but I guess sth like 22 bytes per type or so. (in...
@fiveangle limits are compiled in FW. You can select different FW image with appropriate limits or modify sources and build it by yourself.
@stawel is quite busy person. I believe, he will close this issue as soon as he finds spare time to do so.
Hi @stefan-ro, look into #207. I believe. you have same HW.
>...can i back up the stock FM from my chip ? [Look here.](https://groups.google.com/d/msg/cheali-charger/7EG04N4jQf0/6Tl2OgeuAAAJ)
Which file did you flash into Dynamite? Those 2 chargers are probably not compatible...
There is no 100% rule how to get charger with supported MCU. Best chance is order charger from same seller as sb else. who got lucky and found one with...
I've updated code snippet. Now it should be C compatible and also not dependent on the rest of my code. Just use `examples/device/cdc_dual_ports/src/main.c` example and replace main function block with...
I got rid of RTOS. CDC works normally. (ar at least some data are comming into device, LEDs are counting in binary). See `cdc_task` below So i'd consider HW being...