Murata application not starting

Hi,

I’ve downloaded the Murata platform you provide from your developer website.

When I try to run my application I only get the trace:
    
Starting WICED vWiced_006.002.001.0002
Platform MurataType1LD initialised
Started FreeRTOS v9.0.0
Initialising LwIP v2.0.3
DHCP CLIENT hostname WICED IP
WLAN MAC Address : B8:D7:AF:2E:05:CC

WLAN Firmware    : wl0: Apr 30 2018 04:14:19 version 7.45.98.50 (r688715 CY) FWID 01-283fcdb9

WLAN CLM         : API: 12.2 Data: 9.10.39 Compiler: 1.29.4 ClmImport: 1.36.3 Creation: 2018-04-11 22:31:21 

I’ve only changed the memory configuration but everything link; do you know what I’m missing?

Thanks,

Hi Marc,

This is an issue coming from Wiced SDK, they use the remaining RAM available from their C heap, however if some malloc fails during init, the application fails. If you reduce the size of your Java Heap, you should have something looking like:

Starting WICED vWiced_006.002.001.0002
Platform MurataType1LD initialised
Started FreeRTOS v9.0.0
Initialising LwIP v2.0.3
DHCP CLIENT hostname WICED IP
WLAN MAC Address : B8:D7:AF:2E:05:CC

WLAN Firmware    : wl0: Apr 30 2018 04:14:19 version 7.45.98.50 (r688715 CY) FWID 01-283fcdb9

WLAN CLM         : API: 12.2 Data: 9.10.39 Compiler: 1.29.4 ClmImport: 1.36.3 Creation: 2018-04-11 22:31:21 

VM START

When you get the line VM START is printed, this means that MicroEJ is running.

Regards,

1 Like