We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
Rating:
Author: MIKROE
Last Updated: 2016-04-28
Package Version: 1.0.0.1
Example: 1.0.0.0
Category: Graphics & LCD
Downloaded: 5024 times
Not followed.
License: MIT license
Set of examples for mikromedia for STM32 M3. Provided examples demonstrate working with mikromedia's various features and modules:
- Accelerometer
- MMC SD card
- MP3
- Serial Flash
- TFT
- Touch Panel
- USB UART
Do you want to subscribe in order to receive notifications regarding "mikromedia for STM32 M3 - Examples" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "mikromedia for STM32 M3 - Examples" changes.
Do you want to report abuse regarding "mikromedia for STM32 M3 - Examples".
DOWNLOAD LINK | RELATED COMPILER | CONTAINS |
---|---|---|
1372165972_mikromedia_for_s_mikroc_arm.rar [1.19MB] | mikroC PRO for ARM |
|
1372166018_mikromedia_for_s_mikrobasic_arm.rar [1.19MB] | mikroBasic PRO for ARM |
|
1372166047_mikromedia_for_s_mikropascal_arm.rar [1.19MB] | mikroPascal PRO for ARM |
|
These examples demonstrates usage of various external modules connected to microcontroller STM32F207VG.
Communication between microcontroller and accelerometer is performed over I2C Interface.
It's a simple test which demonstrates working with Accel on-board module. Results are displayed on TFT.
Enables storage of large amount of data externally. For communication with microcontroller SD cards use Serial Peripheral Interface (SPI).
Example demonstrates various aspects of usage of the Mmc FAT16 library
Enables audio reproduction on 3.5mm audio connector. Microcontroller communicates with this module over SPI. Program reads one mp3 file from MMC and sends it to VS1053E for decoding and playing. MMC and MP3 share Hardware SPI
View full image- Displays picture on TFT screen and demonstrates 320x240 colour TFT Display.
- Touch Panel Calculator example which shows usage of Touch screen. Program displays classic calculator, reads inputs from Touch Panel and displays result.
Uses STM32F207VG integrated USB module.
Demonstration of USB HID communication. After connecting with computer via USB cable, mikromedia is recognized as USB HID device, and program will echo back any message sent to board.
Connects with STM32F207VG via Serial Peripheral Interface (SPI).
Simple test which demonstrates use of on-board Serial Flash. Program writes byte and array of bytes and reads it back.