Open AT
®
V3.13 Release Note
Restrictions & Known Problems
confidential ©
Page :
11 / 14
This document is the sole and exclusive property of WAVECOM. Not to be distributed or divulged
without prior written agreement.
Ce document est la propriété exclusive de WAVECOM. Il ne peut être communiqué ou divulgué à
des tiers sans son autorisation préalable.
7
Restrictions & Known Problems
7.1
Known Problems
The Open AT
®
OS V3.12, IDE V1.02, SDK V3.13 known problems are as
follows:
Id
Description (What/When)
ANO28098 In few cases, the GCC C compiler should generate an “strb r3, [sp]” instruction, which is
forbidden by the ARM assembler in Thumb mode. A workaround may be found by modifying
the C code in order to change the generated assembler one.
CUS27641 An application can not use the “%f” sprintf format with GCC compiler, otherwise the product
will reset.
CUS29602 If an ADL application which subscribes to the Call service is running, if an external application
uses one of the ATD/ATA/ATH commands on the UART2, responses are sent on the UART1.
ANO32203 In ADL GPRS service, PDP Header & Data compression options have to be configured in the
setup structure.
ANO30624 When 2 timers with the same duration are started successively, the expiration of the second
one is received before the first one.
CUS30631 An application subscribes to a fixed size A&D cell, and writes data in it. If the cell is not
finalized and a reset is performed, the remaining writable space will be wrong.
ANO30832 +CFUN=1/+WOPEN=1 command response is not received on UART2 with an enabled Open
AT application.
ANO31001 After performing a GPRS connection with an external application, if an Open AT
®
application
uses adl_atCmdCreate on this port, responses will never be received.
ANO31386 Basic samples await a response of +WSTR, but it arrives intermediately.
CUS32002 Interworking problems when receiving an SMS, and a call is released from the remote part.
CUS32003 Interworking problems when sending an SMS, and a call is released from the remote part.
CUS32006 It is not possible to filter all AT commands when FCM, Call and/or SIM services are running.
CUS32421 An Open AT
®
application which subscribes to the Call service has no way to handle the
'+CIEV: 5,1' event on an outgoing call.
CUS32427 An application using the ADL Call service will never receive the NEW_ID event if a second
call occurs when a first one is already running.
ANO32671 When the RAM is fragmented, if ADL tries to make a too large adl_memGet, in certain cases
the module will be reset by the watchdog.
ANO33284 When sending a large amount of concatenated commands on the serial link, the Wireless
CPU resets after some time.
CUS34330/
CUS33954
The structure adl_BusAccess_t has 4 fields, but in wm_bus.ho, wm_busAccesDescription_t
has 5 fields. A field is not protected.