SUOTA Partition Table 1MB - 179kB firmware
Hello
I do need to switch to suota loader for my product that uses a 8Mb flash memory. The default partition table is the following:
Hello
I do need to switch to suota loader for my product that uses a 8Mb flash memory. The default partition table is the following:
Hello,
I have difficulties to determine if my peripheral BLE connection ist encrypted or not. In my device configuration this value
service_config.sec_level = GAP_SEC_LEVEL_1
is set. I'm using GAP_SEC_LEVEL_1 to ease the connection and pairing. This is done by the corresponding apps for iOS and Android. Also in the configuration
#define dg_configBLE_SECURE_CONNECTIONS (1)
is set. All I want to know is if the BLE-Communication is encrypted (LE Secure Connections) with my configuration or not.
Hello, your acutal (10. Apr. 2020) Website shows the following Version for SmartSnippets: V1.6.3
I think is is an old version, because I already downloaded V2.0.20.1468 in October 2019.
I assume this was a mistake or was this downgrade done on purpose?
BR
Dieter
Development Tools
Date
Version
SmartSnippets Studio Release Notes
14/03/2020
2.0.12
hello,
when the battery reaches down to a certain point the device will go to hibernate mode.
when the device go to hibernate mode , i plug in the USB(VBUS),but the device did not seem to work.
as soon as voltage is detected over the VBUS, the device will switch the supply from the VBAT to the VBUS.
why the device was not work?
Hello,
I am trying to get an automated CI/CD build of my DA14683 project on my gitlab server.
I can easily build my project from Ubuntu with GUI. But I would need to install all required build tools in a Docker container and generate the Makefiles for the project without any GUI interaction in a headless environment.
Hello,
I have found sometime DA14680 will restart itself after pm_set_sleep_mode(pm_mode_hibernation). The way I implement it is that there is a button on the board, and if button is clicked, it will run pm_set_sleep_mode(pm_mode_hibernation).
I am using a cunstom board. Strangly whether or not DA14680 will retart itself dpendens on situations, as summarized below.
DA14680 enter hibernation and not restart cases:
--Afer suota_initial_flash_jtag_win program . In this case, after click button, it will stay in hibernate mode.
Hello
I wish to get the CPU unique ID for traceability purpose in production. When calling security_get_unique_device_id() function, my software get stalled.
Hello,
I am using the DA14683 device on the eval-board with the actual SDK and tools.
It seem that I have a problem with the memory layout, that the compiler tells me to run out of memory, when requiring more then 32 KByte RAM. The following will be show:
App.elf section `RETENTION_RAM0' will not fit in region `RetRAM0'
RetRAM0' overflowed by 32 bytes
The following is my actual configuration (from custom_config_qspi.h)
Hi Dialog,
As we know, DA1469x can access QSPI-RAM chip through its Quad SPI RAM/FLASH Controller.
Is possible for DA14683 to access QSPI-RAM chip (such as APS6404L) through its Quad SPI controller ?
Thanks, Peter
Hi , dialog
We use our customed DA14681 develop board. Our system run in extended sleep mode. We found that the system may stop at the assert code"configASSERT( ( xTickCount + xTicksToJump ) <= xNextTaskUnblockTime );" . It seems that something is wrong with the freertos tickCount . How to solve this problem?