Search:
Type: Posts; User: dipk11
Search: Search took 0.00 seconds.
-
27th November 2019, 07:54
- Replies
- 2
- Views
- 770
Closed: Re: Running .elf file on ubuntu platform, Zynq Board
Thank you for replying...
I am not sure how to connect to the snickerdoodle via the SCP software.. What do I enter as the hostname and the port number?
156674156675
Please see the images and the... -
26th November 2019, 07:34
Thread: Using a BFM in system verification code.
by dipk11- Replies
- 7
- Views
- 546
Closed: Re: Using a BFM in system verification code.
Hi...I could do connections to the slave VIP.
I could see the data that the master writes on the sdi line...
Now my next task is to use the functions in available in the slave environment and get... -
19th November 2019, 09:27
Thread: Using a BFM in system verification code.
by dipk11- Replies
- 7
- Views
- 546
Closed: Re: Using a BFM in system verification code.
thanks for the reply..the tutorial did help me understand the interfaces in sv..but when i check the example codes provided by syswip and the tutorials...the connections and instantiation of the...
-
18th November 2019, 08:32
Thread: Using a BFM in system verification code.
by dipk11- Replies
- 7
- Views
- 546
Closed: Re: Using a BFM in system verification code.
Hi...explaining my doubt again..incase there is anybody who has used the IP before do help..
I have a master.sv file which has the code for SPI master. I have written a basic testbench... -
18th November 2019, 03:10
- Replies
- 2
- Views
- 770
Closed: Running .elf file on ubuntu platform, Zynq Board
Hi all,
i am a newbie when it comes to embedded world.
I somehow managed to download a prebuilt image on the zynq snickerdoodle development board. It boots up in ubuntu 16.
I have generated... -
15th November 2019, 10:32
Thread: Using a BFM in system verification code.
by dipk11- Replies
- 7
- Views
- 546
Closed: Re: Using a BFM in system verification code.
Thanks for your reply..i went through the user manual..it is okay to understand that...the example for spi looked really scary..
Just a clarification here, to test my master.sv file..i will... -
15th November 2019, 07:49
Thread: Using a BFM in system verification code.
by dipk11- Replies
- 7
- Views
- 546
Closed: Using a BFM in system verification code.
Hi all,
I am new to system Verilog and learning to write a test bench for already existing code.
I have a master.sv file which has the code for SPI master. I have written a basic testbench... -
27th October 2018, 06:03
- Replies
- 5
- Views
- 1,118
Closed: Re: Reading x,y,z values from LIS3DH on interrupt using nrf52, sdk 15
sorry, a small mistake in my previous reply. The interrupt comes even without shaking the device, same as that of 2g settings. Threshold register set to 0x80.
-
27th October 2018, 05:53
- Replies
- 5
- Views
- 1,118
Closed: Re: Reading x,y,z values from LIS3DH on interrupt using nrf52, sdk 15
Hi andre,
thanks for this suggestion.
I tried setting it for 16g but the threshold value was difficult to set. I dont know the shiffting by 2 logic which you tolf. I set the value same. tHS=0x10... -
22nd October 2018, 04:21
- Replies
- 5
- Views
- 1,118
Closed: Re: Reading x,y,z values from LIS3DH on interrupt using nrf52, sdk 15
Hi,
I have configured it for the following
->1Hz Normal Mode,no high pass filter
-> +/- 2g sensitivity
interrupt settings are as follows:
->interrupt on int1 and interrupt request latched so i... -
20th October 2018, 10:01
- Replies
- 5
- Views
- 1,118
Closed: Reading x,y,z values from LIS3DH on interrupt using nrf52, sdk 15
I have interfaced Lis3dh on my nrf52 board using i2c interface. I am able to communicate with the accelerometer and get some x,y,z reading.This data is later sent to an app over BLE. I have tried...
-
29th March 2018, 09:57
Thread: PIC32 Application Jump to Bootloader code
by dipk11- Replies
- 6
- Views
- 1,368
[PIC]Closed: Re: PIC32 Application Jump to Bootloader code
Yes i am modifyin the bootloader code for that external trigger condition. In the curent code, it checks for the switch pressed on the eval board.
I do not have access to the switch in my... -
29th March 2018, 09:52
Thread: PIC32 Application Jump to Bootloader code
by dipk11- Replies
- 6
- Views
- 1,368
[PIC]Closed: Re: PIC32 Application Jump to Bootloader code
Yeah i am aware that when you jump from application code to bootloader we need to set all register as POR expected values.
I just wanted an alternative for external trigger as in my case i do not... -
29th March 2018, 05:33
Thread: PIC32 Application Jump to Bootloader code
by dipk11- Replies
- 6
- Views
- 1,368
[PIC]Closed: PIC32 Application Jump to Bootloader code
Hi i am new to Pic32.
I want to jump from the application code to the bootloader when i receive a FW upgrade command from the PC.
The bootloader checks 2 conditions-valid application and a external... -
27th July 2017, 10:21
Thread: Converting a byte array in a string in C#
by dipk11- Replies
- 0
- Views
- 5,760
[SOLVED]Closed: Converting a byte array in a string in C#
Hi all,
I have a byte array byte[] dStream = new byte[6];
the contents are as follows
{0x7C 0x00 0x7A 0x10 0x00 0x00}
When I check the array values in watch window, I can see them converted into...
Results 1 to 15 of 17