DA14580

Boot problem in unstable voltage environment

Mon, 2016-12-05 16:09--MichaO

Hi
We have some problem with boot sequence in unstable voltage environment.
1) Our FW is uploaded from Flash via SPI and we don't use OTP at all.
As part of system test we generate brief voltage drop during FW upload from Flash to RAM.
This voltage drop is not so deep to reset MCU, but deep enough to disrupt FW upload.
According to Figure. 1 from "AN-B-001 - DA1458x Booting from serial

Voltage drops due to battery contact

Mon, 2016-12-05 15:57--sergey_kolen

hi,
we have a issue with voltage drops due to battery contact (drop voltage can be longer than a 100mSec) , we decided to add a supervisor IC that connected to RST pin.

As long as a supply voltage is at least 2.3v then RST pin is at High Z mode, once the voltage dropped under 2.3v than the supervisor pulls up a RST pin to high.
can you suggest us about some supervisor (voltage monitor)?

thanks

SPI Flash programming through UART

Mon, 2016-12-05 05:36--hrsszk

Hello,

Is it possible to program external SPI flash through UART with the SmartSnippets?

SPI interface uses these pins, P0_0, P0_3, P0_5 and P0_6. And some of UART1/2/3 interface
pins use the same pins as SPI. For example, Rx2 pin of UART2 is the same as MISO of SPI.

Does that take any conflict?

Thanks for your help,
hrsszk

Custom SPI Flash Application and jtag_programmer

Fri, 2016-12-02 18:31--kqtrinh

We have a need to write an spi flash programmer similar to the SPI Flash Programming of SmartSnippets.

Reason being that we want a Flash Programming UI that can automate a few things without requiring the user to have to know the offset address of each area of flash should store what data besides the DA Application FW. With SS, the user has to know the offset address location to flash a certain piece of data for FW consumption.

With that,

GPIO usage definition

星期四,2016-12-01 22:43--david.lawrence1...

I would like to understand this block of code coming from system_ARMCM0.h

#ifdef __USE_GPIO
ARM_GPIO0->DATA[0].WORD = 0;
ARM_GPIO0->IE = 0;
ARM_GPIO0->DIR = 0xff83;

ARM_GPIO1->DATA[0].WORD = 0;
ARM_GPIO1->IE = 0;
ARM_GPIO1->DIR = 0;

ARM_GPIO2->DATA[0].WORD = 0;
ARM_GPIO2->IE = 0;
ARM_GPIO2->DIR = 0;
#endif
}

What are the DIR and IE commands and where are they located?

Dave

Changing advertise parameters in 'gap_cfg_table' at runtime?

Thu, 2016-12-01 15:09--Ralf S.

I'm using PAN1740, with SDK 5.0.3 and DSPS.

I have to change the some gap configuration values values - at runtime!

MT_Dialog提到使用'custom advertising function', but did not give details for that here:
https://support.dialog-semiconductor.com/comment/11781#comment-11781

Pages

Subscribe to RSS - DA14580