Fujitsu 9B506R

Features
The FSSDC-9B506-EK Easy Kit has following features:

  1. Simple setup: power supply, emulation and development can be implemented with one single USB wire;
  2. Convenient platform for learning and development: The board has extended I/O pins and peripheral pins;
  3. Mono LCD module, including 128*64 pixels;
  4. Based on the FM3 chip, equipped with multiple peripheral functions (Flash, SRAM, Timers,ADCs, USB, CAN, UART, SIO, I2C, LIN, etc.);
  5. User LED——demonstration of PWM driving function is available;
  6. System reset button;
  7. Potentiometer——using ADC to detect voltage;
  8. Joystick——used to browse display screen;
  9. Support a range of debugging options;
  10. Integrated In-circuit Debugger (MLink);
  11. Standard ARM® 20-pin JTAG debug connector;
  12. External emulator(Only SWD mode);
  13. Serial Writer Mode is available;
  14. Fully compatible with the IAR Embedded Workbench (Version 6.0 or above) developing environment.

Resume 3 Hari ngoprek IAR

Day One
Activity:

  • Board Fujitsu, chipset type 9BF506R
  • Test install IAR ewarm6.10, running dengan register license sampe 2036
  • Versi 6.10, belum di support oleh FreeRTOS
  • Download versi IAR ewarm 6.21, 630M, License untuk 30 hari (Evaluation)
  • license number 0121-486-censorred–please-contack-me
  • license key P0OS1XVBASBY56NTKQQOYXSLFJV8I9–censorred-please-contack-me
  • Versi 6.21, keliatannya masih ada bugs,ketika akan download file ke board,ada error dan IAR langsung close. Mungkin harus di patch update.
  • update: http://supp.iar.com/Common/ProtectedDownload.asp?key=FVZAPZ903D%2C2344103
  • Download FreeRTOS

Day Two
Activity:

  • Downgrade IAR ewarm 6.20, download di web resminya
  • install dengan key di atas, ternyata masih bisa, expire=none (default 30 hari)
  • di coba install freertos, running bagus, download ke board with no error (bisa di pake nih versi 6.20)
  • di test dengan sample MB9B506_Easy_Kit_Demo-v10 bawaannya board , masih error: Error[Pe147]: declaration is incompatible with “__thumb __softfp unsigned long __STREXH(unsigned short, unsigned short *)” (declared at line 182 of “C:\ C:\TraningSTM-Castelletto-F200-052011\Copia\Examples\LABS\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h 1186 Program Files\IAR Systems\Embedded Workbench 6.0 Kickstart_2\arm\inc\c\intrinsics.h”)
  • di test dengan sample uart, error masih seputar: intrinsics.h
  • solusi, uncomment intrinsics.h or change intrinsics.h with older version (contack me)

Day Three
Activity:

  • dari beberapa forum di dapat bahwa, versi iar mulai ewarm 6.20, sudah include cmsis jadi bentrok dengan sample di bawah versi iar ewarm 6.20
  • sebelumnya versi iar menggunakan driver terpisah dari cmsis, oleh karena itu freertos ndak bisa jalan di bawah versi 6.20 (error).
  • coba install freertos lagi, running bagus
  • coba install sample uart, dengan uncommnet #intrinsics.h,  core_cmFunc.h dan  core_cmInstr. hasilnya berhasil with no error.
  • dicoba isntall MB9B506_Easy_Kit_Demo-v10 dengan uncommnet  #intrinsics.h, filenya juga lupa, compile success,namun ada problem di nvic interupt (di uncomnet juga). hasil LCD sudah bisa menampilkan data.
  • Ready to use.

My Application: FreeRTOS 7.1, attach to serial uart.

Leave a comment