Kernel description
UM1743
22/111
DocID026161 Rev 4
In this definition:
•
Id: unique module identifier.
•
Name: pointer to module name
•
Icon: pointer to module icon (bitmap format)
•
Startup: the function that create the module frame and control buttons
•
DirectOpen: the function that create the module frame and launch the media
associated to the file name selected in the file browser linked to a specific file extension
(note that this functionality is not used in STM32F479I-EVAL; STM32F469I-DISCO and
STM32F412G-DISCO demonstrations).
3.8
Direct open feature
The direct open feature allows launching a media module directly from file browser when the
extension file match with supported media type. The file extension should be previously
associated to a module by using the following code:
For STM32446E-EVAL we have:
When the file browser is opened, a simple click on a file will open a contextual menu, that
direct file open can be executed, as shown in
and in
.
Figure 18. Starting file execution
069