2020-03-12 02:31 AM
Greetings!
I have a problem with using a slider on my custom board.
When I use "int: Slider adjustment confirmed", then everything works well, but I can’t get the data change while the slider is moving. As soon as I turn on "int: Slider value changed", the processor falls out in hardfault_handler. Where to look the problem?
2020-03-13 05:17 AM
Can you be more specific as to which instruction causes the hard fault? Does it work on simulator ?
/Martin