User Activity

Hi everyone,I'm building a unit that requires sealing the ST LINK in with my STM32L so that I can update the firmware without accessing any of the hardware. I also have a limited number of output ports available to me, so I'm forced to "multiplex" a ...
UPDATE: Someone on stackoverflow has assured me that the file system object created by f_mount should indeed work elsewhere in the RTOS, and my issue is one of order of operations rather than a missing file system object. I'll update this thread as s...