Skip to content

Commit

Permalink
Update readme usb_preloaded_firmware and BLE midi
Browse files Browse the repository at this point in the history
  • Loading branch information
ibenamor committed Jun 17, 2024
1 parent 828db57 commit 879b3da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion connectivity/ble-Midi/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ble-Midi
\# ble-Midi

![Banner](https://s3.eu-central-1.amazonaws.com/lpccs-docs.renesas.com/metadata/BLE_SDK6_examples/connectivity/ble-Midi/banner.svg?v=1)

Expand Down
14 changes: 9 additions & 5 deletions helpers/usb_preloaded_firmware/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

The main purpose of this software example is to provide the source files containing the firmware for the preloaded binary in the DA1453x USB kit.
- Devices naming:
- DA1453x is refering to DA14531-00, DA14531-01, DA14530 and DA14535.
- DA1453x is referring to DA14531-00, DA14531-01, DA14530 and DA14535.
- The DA14531-00 is the main DA14531 device. The -00 is just a new naming to introduce the variant DA14531-01. The DA14531-01 is a ROM variant of the main DA14531-00.
- The DA14535 is a DA14531 upgrade.

The [UM-B-121 DA14531 getting Started with the USB Development Kit](https://lpccs-docs.renesas.com/UM-B-121-USB-Getting-Started-Guide/index.html) and The [UM-B-183 DA14535 getting Started with the USB Development Kit](https://lpccs-docs.renesas.com/UM-B-183-DA14535-USB-Getting-Started/index.html) show how to run the demo.
The [UM-B-121 DA14531 getting Started with the USB Development Kit](https://lpccs-docs.renesas.com/UM-B-121-USB-Getting-Started-Guide/index.html) and The [UM-B-183 DA14535 getting Started with the USB Development Kit](https://lpccs-docs.renesas.com/UM-B-183-DA14535-USB-Getting-Started/index.html) show how to run the demo.

## Hardware & Software Configuration

Expand All @@ -22,7 +22,7 @@ This firmware example runs on DA1453x Bluetooth Smart SoC devices.

### Hardware Configuration

The DIP switch should have the following assignment as illustrated below, this allows the system to boot from external flash or 1-wire UART and communicate through JTAG for debugging
The DIP switch should have the following assignment as illustrated below, this allows the system to boot from external flash or 1-wire UART and communicate through JTAG for debugging.

![j1_config](assets/dip_switch.png)

Expand All @@ -36,6 +36,10 @@ The Example can also run on ***DA145xx Pro Development Kit*** with default jumpe

![j1_config](assets/j1_config.svg)

- This example works also on the DA1453x DEVKT-P with with any DA1453x Daughterboard
![Motherboard_Hardware_Configuration_DA14531](assets/da14535_pro_flash.svg)


You can also refer to the following documentation:
- For the DA14531 getting started guide you can refer to [UM-B-117](https://lpccs-docs.renesas.com/UM-B-117-DA14531-Getting-Started-With-The-Pro-Development-Kit/index.html)

Expand Down Expand Up @@ -63,8 +67,8 @@ You can also refer to the following documentation:

- Apply the ``SDK6patch.diff`` patch
- Navigate to ``project_environment`` folder and open the ***Keil*** project.
- Compile and then launch the demonstration example. You can download the firmware either into System-RAM or SPI Flash. To download the firmware into SPI Flash, the SPI Flash programmer from SmartSnippets Toolbox should be used.
For programming the DA14531 using the compiled hex file and boot from flash, please refer to [Chapter 13 SPI Flash Programmer in the SmartSnippets Toolbox User Manual](http://lpccs-docs.dialog-semiconductor.com/Software_Example_Setup/index.html).
- Compile and then launch the demonstration example. You can download the firmware either into System-RAM or SPI Flash. To download the firmware into SPI Flash, the SPI Flash programmer from SmartSnippets Toolbox should be used.
For programming the DA14531 using the compiled hex file and boot from flash, please refer to section 3.1 of the [UM-B-083 SmartSnippets Toolbox User Manual](https://lpccs-docs.renesas.com/UM-B-083/index.html)

## Known Limitations

Expand Down

0 comments on commit 879b3da

Please sign in to comment.