Peter Maxwell Warasila
Peter Maxwell Warasila
While tracking down a flash bug in Zephyr on the STM32U585, I discovered that the `stm32u585xx.h` header defines `FLASH_PAGE_NB` based on `FLASH_BANK_SIZE` rather than `FLASH_SIZE`, meaning that `FLASH_PAGE_NB` equates to...
It would appear at some time in the past (I believe [here](https://github.com/u-blox/ubxlib/commit/30dd3b089a340ba9ebcef340962decc9548762c7)), the portable API was changed from 64-bit millisecond ticks to 32-bit milliseconds ticks. In general, this was migrated...
# Problem Description The AT client private function `uATClientWaitCharacter()` does not correctly handle ticks after wrap around. https://github.com/u-blox/ubxlib/blob/9694ef9d70e6e7d90562174e8c4d52555d8730da/common/at_client/src/u_at_client.c#L3927-L3976 This can lead to two failure cases: 1. If the starting tick...
# Problem Description The root of this issue seems to be that the stop time is stored as a 64-bit integer in the cell context. https://github.com/u-blox/ubxlib/blob/05f4af4287e9c80f45e5272ca2e3d4bafb4a66ad/common/device/src/u_device_shared_cell.h#L46-L51 When the stop time...
**Describe the bug** Fusion is able to launch the web browser page to login, however, the response that should be handled by AdskIdentityManager.exe doesn't seem to do anything. The .launch...