hedger

Results 103 comments of hedger

Yes, everything your app uses should be in its folder. You can use `fap_private_libs` for building 3rd-party code with specific defines or requirements. Your app is cool, looking forward to...

I looked into details of your project - and I think it can be slightly changed by moving common code into a submodule and adding that submodule to Flipper's application...

Please un-draft when fixed.

That looks like a generic memory corruption.

@nbadal please undraft when ready

@dariusan Try disabling expansion protocol detection on that UART: settings > expansion modules > listen UART. Set to None. Check if the issue could still be reproduced.

It is responsible for plug-and-play compatibility of external modules by implementing a special protocol. Anyway, looks like a bug.

@janwiesemann please provide source code for reproducing the issue.

Bus fault means invalid memory access. Usually they originate from programming errors. https://community.st.com/t5/stm32-mcus/how-to-debug-a-hardfault-on-an-arm-cortex-m-stm32/ta-p/672235#toc-hId--858929380 Please provide a minimal sample code with correct API usage and overall programming that leads to a...

``` bt #0 0x080160fc in __furi_crash_implementation () at furi/core/check.c:172 #1 0x0804ec78 in emv_poller_detect (event=..., context=) at lib/nfc/protocols/emv/emv_poller.c:137 #2 0x0804c6a0 in nfc_poller_detect_tail_callback (event=..., context=0x2000cf10) at lib/nfc/nfc_poller.c:217 #3 0x0805093e in iso14443_4a_poller_handler_ready (instance=)...