Waspmote Programming Guide
Development website
  • Initial page
  • Introduction
  • Program structure
  • Libraries includes
  • Variable declaration
  • Code style
  • General advice
  • RTC watchdog
  • Flash memory
  • EEPROM
  • RAM
  • Power
  • Sensor Boards
  • Networking
  • Frame class
  • Interfacing with Meshlium
  • Real deployment advice
  • API changelog
  • GitHub Project
Powered by GitBook
On this page

Was this helpful?

Flash memory

The microcontroller Flash (128 kB) contains both the uploaded program and the bootloader. The bootloader is a small program which is executed at the beginning and proceeds to run the uploaded program. Libelium provides the Waspmote IDE which will not permit rewriting the bootloader.

Do NOT use other IDEs, only the Waspmote IDE is recommended.

If the bootloader is overwritten by using any of the previous practices, the warranty will be voided.

PreviousRTC watchdogNextEEPROM

Last updated 4 years ago

Was this helpful?