In System Programmable (ISP)
are there only two ISP parts? (the SLG46824G & SLG46826G)
other parts can only be tested/debugged using a cable/socket?
Please clarify
Thanks
Fausto Bartra
are there only two ISP parts? (the SLG46824G & SLG46826G)
other parts can only be tested/debugged using a cable/socket?
Please clarify
Thanks
Fausto Bartra
how can I use the CLK/8, CLK/64 .....pins?
I know they are "orange" and can not be wired, can they actually be used in a design?
Thank you
Fausto bartra
This checklist is intended to help a hardware designer identify common errors and to ensure correct and efficient operation of schematics containing the DA9063L PMIC.
Clickherefor the DA9063L Application notes.
can you please email a copy of the instructions manual & schematics pin outs for this board?
thank you
Fausto Bartra
Are any of your devices "in circuit programmable?
thank you
Fausto Bartra
Now the bond info include the lcsrk and rcsrk, but they are not referenced anywhere in the sdk, so could I just delete them? I need to save the bond info into retain ram and this will occupy dozen of bytes.
I want to store the bond information in NOINIT section so that when reset by deep sleep, my bond information will not lost.
In our project , we used keil to create our codes for the development kit of DA14580. It can download the codes to Jlink as well. But in our PCB board, we used JTAG ICE, ATMEGA16. The software we have for download code to this JTAG is AVR studio. Then we cannot use AVR studio to open the project file of our codes written in the software of keil.
Hi,
I have a PAN1740. I would like to send data from my bluetooth to some applicaion on PC. Are there any applications that detect and collects the data from my Bluetooth?. Thank you.
Hi, I'm trying to read the temperature from Si705. I have connectiong to the sensor, as I have tested it, when I read the firmware-version using the measurement-process described in this pdf (https://www.silabs.com/documents/public/data-sheets/Si7050-1-3-4-5-A20.pdf) page 16. However, when I try to read the temperature, my output ends up being 0, 0. As of now my code is this:
uint8_t cmd;
uint8_t数据[2];
uint16_t degrees;
cmd = Temp_H;