Hi,
Does FDS event handler run within interrupt context ?
Can another FDS api be called from within the event handler (i.e. - calling garbage collector from within event handler if write fails), or should it be deferred call from 'main' context ?
Thanks