mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
stm32-nucleo: explain setup with new BOOST-CC2564MODA BoosterPack
This commit is contained in:
parent
d715cf5114
commit
5dc9cf35a1
@ -11,12 +11,16 @@ Requirements:
|
||||
Components:
|
||||
- STM32 F103RB Nucleo Board
|
||||
- User's Manual: http://www.st.com/web/en/resource/technical/document/user_manual/DM00105823.pdf
|
||||
- EM Wireless Booster Pack
|
||||
- Info: http://www.ti.com/tool/boost-ccemadapter
|
||||
- User Guide: http://www.ti.com/lit/ug/swru338a/swru338a.pdf
|
||||
- Booster Pack Pinout: http://www.ti.com/ww/en/launchpad/dl/boosterpack-pinout-v2.pdf
|
||||
- CC256x Evaluation Module
|
||||
- Info: http://www.ti.com/tool/cc256xqfnem
|
||||
- CC2564B Bluetooth Controller:
|
||||
1. The best option is to get it as a BoostPack
|
||||
- Info: BOOST-CC2564MODA: http://www.ti.com/tool/BOOST-CC2564MODA
|
||||
2. Alternatively, get the evaluation module together with the EM Wireless Booster pack and a 32.768 kHz oscillator
|
||||
- EM Wireless Booster Pack:
|
||||
- Info: http://www.ti.com/tool/boost-ccemadapter
|
||||
- User Guide: http://www.ti.com/lit/ug/swru338a/swru338a.pdf
|
||||
- Booster Pack Pinout: http://www.ti.com/ww/en/launchpad/dl/boosterpack-pinout-v2.pdf
|
||||
- CC256x Evaluation Module:
|
||||
- Info: http://www.ti.com/tool/cc256xqfnem
|
||||
|
||||
Configuration:
|
||||
- Sys tick 250 ms
|
||||
@ -24,9 +28,20 @@ Configuration:
|
||||
- Debug UART: USART2 - 9600/8/N/1, TX on PA2
|
||||
- Bluetooth: USART3 with hardware flowcontrol RTS. IRQ on CTS Rising. TX PB10, RX PB11, CTS PB13 (in), RTS PB14 (out), N_SHUTDOWN PB15
|
||||
|
||||
Setup:
|
||||
- Solder 32.768 kHz quarz oscillator to EM Adapter Booster Pack as explained in 4.7 of the EM Wireless Booster Pack User Guide. If you don't have an oscillator of that size, you might solder one upside done (turtle on back style) to the unused upper right pad and wire GCC, VCC, and clock with thin wires.
|
||||
- Connect STM32 Nucleo Board to EM Wireless Board (see boosterpack pinout)
|
||||
Setup with CC2564 BoosterPack (BOOST-CC2564MODA):
|
||||
- Connect STM32 Nucleo Board to EM Wireless Board (see BoosterPack pinout)
|
||||
- GND: CN10-9 - 20 (J2)
|
||||
- VCC: CN7 -16 - 1 (J1)
|
||||
- RX3: CN10-18 - 3 (J1)
|
||||
- TX3: CN10-25 - 4 (J1)
|
||||
- CTS3: CN10-30 - 36 (J4)
|
||||
- RTS3: CN10-28 - 37 (J4)
|
||||
- N_SHUTDOWN: CN10-26 - 19 (J2)
|
||||
|
||||
|
||||
Setup with EM Wireless BoosterPack + CC256x Evaluation Module:
|
||||
- Solder 32.768 kHz quarz oscillator to EM Adapter Booster Pack as explained in 4.7 of the EM Wireless Booster Pack User Guide. If you don't have an oscillator of that size, you might solder one upside done (turtle-on-back style) to the unused upper right pad and wire GCC, VCC, and clock with thin wires.
|
||||
- Connect STM32 Nucleo Board to EM Wireless Board (see BoosterPack pinout)
|
||||
- GND: CN10-9 - 20 (LP2)
|
||||
- VCC: CN7 -16 - 1 (LP1)
|
||||
- RX3: CN10-18 - 3 (LP1)
|
||||
|
Loading…
Reference in New Issue
Block a user