MiMic/1.3.0をリリースします。
今回の更新は、主にMiMicRemoteMCUのバグフィクスです。
Sorceforge.JP からダウンロードできます。
更新内容
- MiMicSDK
- 変更はありません。
- MiMicRemoteMCU
- バグ修正。JSONの値フォーマットを修正しました。PhpAPIに対応します。
- JavascriptAPI
- バグ修正
- LPCXpresso1769/mbedのデモプログラムを若干変更
- MiMicIL editor
- 変更はありません。
今後公開予定のPhpAPIを使用するためには、1.3.0のファームウェアが必要になります。ファームウェアアップデートを行うと、IPアドレスなどの設定がリセットされますので、再設定してください。
LPCxpresso
Installed 1.3.0 . Lan interface very instable, two red Leds on for very short time .
Installed again 1.2.0.
bye
Edoardo
Edoardo-san,
Happy New year.
Thank you for report.
I changed the TCP/IP stack of MiMic in 1.3.0.
It may be a cause of problem.
In order to solve problem, would you teach me some details?
1. Doesn’t MiMic run nothing? For example, isn’t even a setting page opened?
2. If 1 is true, After the firmware is installed, and if an IP address is changed without ending IDE, a FlashROM writer may crash.(This is the known bug. )
3. If 1 is false, Would you teach me your development environment?(How many MiMic(s) are connecting to Network. Network structure(WiFi or router etc…)
If you have others, please let me know.
Thanks
Nyatla san,
Happy new year.
1. Nothing is running, no ping, no setting page, just for a small fraction of second the two leds of lan are on .
2. Just done in 1.2.0, into 1.2.0 solved as per your suggestions,
but in 1.3.0 still a more troubled situation, not clear when finishing Flashrom, reset is not sufficient.
3. Wifi on with 192.168.1.x/24 but off during this tests. On 1.2.0 no trouble
Thank you for your efforts.
Regards
Edoardo
Nyatla san,
how can I understand how much memory of 128KB of is available for other applications?
how can I discover Flash and Ram memory organization?
Regards
Edoardo
Edoardo-san,
Thank you for answer.
I compared the 1.2 and 1.3. However, I did not found out clear cause.
However, From condition, there may be a trouble of a Flash memory driver or insufficient memory.
I added protect code to the flash memory writer and, added small memory to the IP task.
Would you test the pached code? This is download here.
http://dl.dropbox.com/u/3590026/mimic-phpapi-0.1.0a.zip
The MiMic ROM image size is about 96KB in debug. 80KB in release. User area may be 32KB when the rom area is 128KB.
The MiMic configuration data is placed on on-chip-flash memory at 0×3 (bank29)
See documentation of memory map of MiMicRemoteMCU.
Memory map of MiMicRemoteMCU/1.3.0