Search found 28 matches

by avizet
Thu 2021-09-30 10:26
Forum: Command Line Tools
Topic: Get VS1010 Chip Unique ID
Replies: 5
Views: 14345

Re: Get VS1010 Chip Unique ID

Hi!

Thanks both of you for the response. Now, I'm thinking about to buy the VS1005 development board. I guess it will full-fill all my requirements and this one is the best for communicate with external peripheral.

Thank you!
by avizet
Tue 2021-09-28 9:50
Forum: Command Line Tools
Topic: Get VS1010 Chip Unique ID
Replies: 5
Views: 14345

Re: Get VS1010 Chip Unique ID

Hi! Thanks for the replay. I want to buy some development board for my R&D. Can you please suggest me the list of chip or development board which will support the below requirements: 1. Communicate with external i2c peripheral. (If directly have i2c pin like Arduino then also welcome) 2. Have Un...
by avizet
Tue 2021-09-28 9:15
Forum: Command Line Tools
Topic: UART Communication with PC Through FTDI
Replies: 17
Views: 11375

Re: UART Communication with PC Through FTDI

Thank you for the replay. I'll try that out.

Thank You!
by avizet
Tue 2021-09-28 9:13
Forum: VS1005 and VSOS Software
Topic: USBHOST
Replies: 10
Views: 5968

Re: USBHOST

Hi!

First of all Thanks for the replay. I'll try that out.

Thank You!
by avizet
Sun 2021-09-26 12:40
Forum: Command Line Tools
Topic: I2C Bit Banging with VS1010D for Reading sensor data
Replies: 10
Views: 8251

Re: I2C Bit Banging with VS1010D for Reading sensor data

HI! I'm configuring the i2c communication with LMP91002 AFE device. Now I've to write the i2c_read and i2c_write method. Can anyone please share the theory for i2c_read and i2c_write method in VS1010? Example of MSP430 code attached below. I2C_WRITE: /************************************************...
by avizet
Thu 2021-09-23 10:22
Forum: VS1005 and VSOS Software
Topic: USBHOST
Replies: 10
Views: 5968

Re: USBHOST

With a quick look at usbhost code, you can detect if USB is detected with something like this code: /* Untested, but compiles */ ioresult main(char *params) { u_int16 *usbHostLib = LoadLibraryP("usbhost", "U"); while (RunLoadedFunction(usbHostLib, ENTRY_MAIN, (s_int16)"U&qu...
by avizet
Wed 2021-09-22 12:14
Forum: Command Line Tools
Topic: Find Out Different types of RESET
Replies: 1
Views: 3491

Find Out Different types of RESET

Hi! Is there any way to find out different types of RESET issue on VS1010D. For example- /* SYSRSTIV Definitions */ #define SYSRSTIV_NONE (0x0000) /* No Interrupt pending */ #define SYSRSTIV_BOR (0x0002) /* SYSRSTIV : BOR */ #define SYSRSTIV_RSTNMI (0x0004) /* SYSRSTIV : RST/NMI */ #define SYSRSTIV_...
by avizet
Wed 2021-09-22 11:11
Forum: Command Line Tools
Topic: Get VS1010 Chip Unique ID
Replies: 5
Views: 14345

Get VS1010 Chip Unique ID

Hi! I want to get the VS chip unique ID. You can enable the serial number and write the serial number fields in parametric_x to a fixed value (0x1e3e->WRAMADDR, 1->WRAM, 0->WRAM) before starting the encoding. (You can also overwrite the cosmetic chip ID if you want.) By using the address (0x1e3e), C...
by avizet
Mon 2021-09-13 10:35
Forum: Command Line Tools
Topic: I2C Bit Banging with VS1010D for Reading sensor data
Replies: 10
Views: 8251

Re: I2C Bit Banging with VS1010D for Reading sensor data

HI!

Which development board will be more flexible for testing purpose for developing i2c communication? Currently, I'm using VS1010 mini demo board.

Thank You!
by avizet
Mon 2021-09-13 10:28
Forum: Command Line Tools
Topic: UART Communication with PC Through FTDI
Replies: 17
Views: 11375

Re: UART Communication with PC Through FTDI

Hi!

How to configure the RX and TX pin as GPIO pin and toggle the RX and TX pin in Mini DEMO board vs1010D? Example will be preferred.

Thank You!