Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 10 months ago.
nRF52832 wlcsp pin assignment
(EN) I'm afraid I might no be competent enough, so I look forward to your kind help.
I'm quite new to using nRF52832 WLCSP package(raytac MDBT42 blank module) on a custom PCB. I developed a App on RedBear BLE Nano before, I should be migrate that app to nRF52832 WLCSP package.
I tried to migrated app, but I failed it Due to pin assignment error. I looked at nRF52832 specification and learned that pin assignment changed. (from "1""48" to "A1" ~ "H7") If possible, I want to migrate this app on the mbed compiler. How to associate the pin assignment from QFN to WLCSP?
What should i do?
thanks.
(JP) 私はraytac製のMDBT42ブランクモジュールを搭載したカスタムプリント基板を用いて、アプリ開発を行っています。 これまではRedbearのBLE Nanoでプロトタイピングを行っており、今回自作のプリント基板にアプリを移行することになりました。
mbedのオンラインコンパイラ上で移行作業を行っていたのですが、ピン指定がうまくいかず、移行にてこずっています。 仕様書を確認したところ、MDBT42に搭載されているnRF52832がWLCSPパッケージであることと、 ピン名称が148ピンからA1H7ピンと変更されていることがわかりました。
BLE Nanoからの移行にあたり、nrf51832からnrf52832への変更内容については問題ないと思うのですが、 QFNパッケージのピン定義とWLCSPパッケージのピン定義をどのように関連付けるかがわかりません。
mbed_devのライブラリなどを活用することで、mbedコンパイラ上で移行作業を行いたいと思っているのですが、 ピン定義をどのように行う必要がありますか。
1 Answer
8 years, 10 months ago.
Hi Keisuke,
Thanks very much for your interest and great progress on migrating to your own custom PCB!
You will need to look at the PinNames.h to change and modify to different pins for the package :)
Assuming you are using mbed-OS you can see this here for the target:
If you need any other help, please let me know :)
Best Regards,
Andrea, team mbed
Thanks for the hints and the hack, Andrea. i tried it. But I did it again ;-( May I ask some questions?
1. In nRF52 DK, p0.00 set p0 and 0. I was thinking it only QFN package. In the case of WLCSP package, may i set p0.00 in the similiar?
2. I want to use p0.31 for PWM, but it failed. In nRF52832, can't use p0.31 for pwm? (Sorry, maybe this question should have to throw to nordic develop zone…)
Best regards.
Keisuke
posted by 06 Jan 2017