Project

General

Profile

Activity

From 03/29/2012 to 04/27/2012

04/27/2012

AS 11:57 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Power Management w/ MityARM
Sure enough after posting this I found the User's Guide for using TPS65910 with AM335x:
http://www.ti.com/lit/pdf/swcu093
Can I assume that this is how the PMIC is hooked up on the MityARM?
If so this is how I understand the PM sy...
Ali Asgar Sohanghpurwala

04/26/2012

RV 06:08 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
I have tested these pins too
can_pin_mux[] = {
{"uart1_rxd.gpio0_14", AM33XX_PIN_OUTPUT},
{"uart1_txd.gpio0_15", AM33XX_PIN_OUTPUT},
{"mii1_txd3.gpio0_16", AM33XX_PIN_OUTPUT},
{"mii1_txd2.gpio0_17", AM33XX_PIN_OUTPUT},
same...
Raja Vankam
MW 05:46 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi.
In your log file, you show modification of gpio 100.
The gpio offset on the linux command line needs to be
GPIO = bank*32+offset
that corresponds to gpio3_4. I don't see that anywhere in your mux files.
Also, you nee...
Michael Williamson
RV 05:29 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi,
But i have changed the can_pin_mux and LCD_Data0 pins aswell. but even those are also not working. I have attached the mux335x file for your reference.
Please let me know anything can be done. I will post to TI based on your in...
Raja Vankam
MW 05:21 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi. OK.
From your log file, there is an error:
[ 0.079700] _omap_mux_get_by_name: Could not find signal lcd_data11.gpio0_8
This means that the pinmux setting for this pin you are trying to use as a GPIO is not properly defin...
Michael Williamson
RV 04:36 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Log file. Raja Vankam
MW 04:25 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi Raja,
Can you also post your boot up text (dmesg)? I just want to check for any boot / pinmux error messages if you haven't already done so.
-Mike
Michael Williamson
RV 04:08 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Attached the baseboard file for your refence.
Wanted to configure LCD_DATA pin to be configured as GPIO.
Thanks.
Raja Vankam
MW 03:49 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Not yet (kind of bandwidth constrained, sorry).
You might try posting to the E2E site on TI's support site:
http://e2e.ti.com
This shouldn't be specific to the CL SOM, this is more of a basic AM335x question.
I will try to...
Michael Williamson
RV 03:44 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi,
Do you have any updates for me regarding my approach on pinmux?
Thanks.
Raja Vankam
AS 04:21 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: Power Management w/ MityARM
Hey,
We're trying to figure out how to utilized MityARM's power management capabilities in our design and this is hard to do without knowing how the AM3359<->PMIC connections operate. I've scoured the datasheets/design guides for TPS...
Ali Asgar Sohanghpurwala
KF 12:21 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: FS Corruption due to dropping power
Hi Mike,
Thanks for the reply. This is reasuring that it is a FS corruption problem. I have instigated a read only file system, based on your notes, and its seems to work, as in everything is mounted read only, and the application st...
Keith Fletcher

04/25/2012

MW 03:27 PM MityDSP (TI TMS320C6xxx Based Products) FPGA Development: RE: JTAG adapter cable question
Hi Bob,
We don't offer those through our distributors directly at the moment, they are only part of the Devkit BOMS. If you contact Tom Catalino (tom.catalino@criticallink.com) or Bill Halpin (bhalpin@criticallink.com) they can provi...
Michael Williamson
BC 12:49 PM MityDSP (TI TMS320C6xxx Based Products) FPGA Development: JTAG adapter cable question
Where can I buy the adapter cable which goes from the MityDSP-Pro JTAG connector to the TI Debugger?
This is a 14-pin to 16-pin adapter with a cable and small circuit board.
I have one that came with the MDSP-Pro Development Kit, but I...
Bob Clarke
RV 01:27 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi,
Thanks for your quick response.
I have tried the same by configuring LCD_data0 pin to GPIO. as lcd_data11.gpio0_8 as AM33xx_PIN_OUTPUT and added to MUXENTRY of the same pin in mux33xx.c file. Not able to find the file mux335x.c...
Raja Vankam
MW 01:08 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi,
So there are 3 steps to configuring a GPIO.
1) modify the baseboard file and ensure your issuing a pin mux configuration.
2) make sure the pin mux option is defined int he mux335x file (TI didn't complete the definitions, so m...
Michael Williamson
RV 12:57 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi Mike,
To change the mux details i have defined the basic pin details to GPIO and added GPIO pin details to mux335x.c file.
I tried pins of CAN1, LCD_DATA and tried to probe on connector J401 for LCD but could not get the value w...
Raja Vankam
MW 12:57 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Starterware EMIFA to FPGA example code
Hi Emmett,
Are you using linux or starterware? On starterware, if you are launching from u-Boot (which configures the EMIFA to have some nominal timings for CS5 space), then all you need to do is perform memory read or writes to 0x66...
Michael Williamson
EB 12:37 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: Starterware EMIFA to FPGA example code
Hello,
I have used your "EMIFA_iface" VHDL example to make a simple FPGA to test by reading/writing to registers routed to the expansion I/O on the base board.
I need example C code to make the EMIFA transfers.
In the Starterware, I...
Emmett Bradford

04/23/2012

RV 04:40 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Hi Mike,
Thanks for the information.
what are all the modifications we have to do if our board doesnot have any external pull up/down resisters?
Changing Mux details in baseboard_XX.c file seems not working for LCD_data pin to G...
Raja Vankam

04/20/2012

MW 10:44 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Test application for drivers
For a linux system, GPIOs can be driven using sysfs via command line to modify the pins via the "gpiolib":http://www.mjmwired.net/kernel/Documentation/gpio.txt if the kernel has configured the pinmux settings for them to be associated to... Michael Williamson
RV 10:24 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: Test application for drivers
Hi,
Do you have any test application to test the drivers such as GPIO and UART? Could you please share them?
Regards,
Raja.
Raja Vankam
MW 10:38 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: PIN mux details and modifications
Are you using linux as your target OS? If you, you will need to update the pinmux settings in your baseboard-XXXX.c file in the kernel for the pins in question. You probably don't need to change u-Boot for these pins if you use externa... Michael Williamson
RV 10:22 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: PIN mux details and modifications
Hi,
I have to use more GPIOs in our design. I am thinking of using the pins assigned for CAN0 and CAN1 in Mityarm as GPIO.
Do i have to change the pin mux configuration if so do i have to use any utility for that?
u-boot needs t...
Raja Vankam

04/19/2012

MW 03:50 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Is RMII possible with the MityARM-3359?
Yes,
It should be supported if you configure the pinmux accordingly. You will need to modify u-Boot in order to use the network in this configuration, as well as the kernel.
-Mike
Michael Williamson
TC 03:22 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: Is RMII possible with the MityARM-3359?
(posted on behalf of a customer)
Is RMII possible with the MityARM-3359? I didn’t see some on the alternate functions listed in Critical Links documentation but it exist in TI’s.
(whoops, posted to the wrong forum, can't seem to m...
Thomas Catalino
MW 03:31 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Is there a linux driver for RMII or just RGMII for the MityARM-3359
We've only tried to use the RGMII port here. I'm fairly certain that RMII is supported, but you should contact TI on the "TI E2E site":http://e2e.ti.com to learn the details as to how to use the EMAC in this mode and configure it up.
...
Michael Williamson
TC 03:24 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: Is there a linux driver for RMII or just RGMII for the MityARM-3359
Is there a linux driver for RMII or just RGMII? Thomas Catalino
TI 02:54 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: ADC reference voltage data required
salam
The TI datasheet for the AM3359 [ http://www.ti.com/lit/ds/symlink/am3359.pdf ] recommends 1.8V for the ADC circuit. The max is 2.1.
I don't think I'd recommend using 3.3 for VREFP.
cheers
/Tim
Tim Iskander
AS 01:18 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: ADC reference voltage data required
Hi,
`A 3.3 V and 1.8 V are connected to the ADC reference voltage in your carrier board reference design, Can i connect 3.3 V to the ADC Ref.
Plz confirm?
regards
salam
ABDUL SALAM

04/18/2012

MW 02:37 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Is a separate I2C EEPROM needed to ID our Carrier board?
Yes,
You should be defining your own baseboard-***.c file if you are making a custom board using the baseboard-mityarm335x-devkit.c as a reference.
-Mike
Michael Williamson
AS 11:46 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Is a separate I2C EEPROM needed to ID our Carrier board?
Hey Mike, that helps a lot. One reason I was asking about the EEPROM because we plan to cable a 24-bit LCD/touchscreen into our carrier board and based on the ULCD7 code it seemed like they were relying on the EEPROM to detect the LCD/t... Ali Asgar Sohanghpurwala
MW 08:06 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Is a separate I2C EEPROM needed to ID our Carrier board?
Hi.
The TI SDK works with the MityARM-3359, but you need to replace "u-Boot":http://support.criticallink.com/redmine/projects/armc8-platforms/wiki/Das_U-Boot_Port and the "Kernel":http://support.criticallink.com/redmine/projects/armc8...
Michael Williamson
AS 12:00 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: SPI1 pin conflict:
Michael Williamson wrote:
> The MityARM-335x module provides SPI1 SCLK, D0 and D1 on pins 193, 195, and 197 of the edge connector.
> ...
No problem, we will most likely boot off MMC. The PinMux utility associates Pin 193 with SPI1_SCL...
Ali Asgar Sohanghpurwala
MW 08:19 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: SPI1 pin conflict:
The MityARM-335x module provides SPI1 SCLK, D0 and D1 on pins 193, 195, and 197 of the edge connector.
On the module, these lines are connected to an on-board SPI NOR FLASH via SPI1_CS0 (Ball C12 on the 3359 package, not available on ...
Michael Williamson

04/17/2012

TC 10:04 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: Is a separate I2C EEPROM needed to ID our Carrier board?
(posted on behalf of a customer)
All the other AM3359 boards have this (ULCD, TI EVM, BeagleBone, etc.) and it looks like the EEPROM ID triggers companion code in the kernel. The EEPROM basically tells the kernel what hardware is con...
Thomas Catalino
TC 10:01 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: SPI1 pin conflict:
(posted on behalf of a customer)
MityDSP has dedicated pins 193, 195 and 197 to SPI1 because they connected it to an SPI NOR flash, however using either pins 195 or 197 Data with the 193 clock for SPI1 results in “IO Set violation” wa...
Thomas Catalino

04/16/2012

AS 02:42 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Reg. ADC reference voltage
a gentle reminder for the below question
regards
salam
ABDUL SALAM

04/15/2012

MW 12:47 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Specification TPS power sully design inthe AM3359 carrier board
Hi Salam,
If you are asking if you can use our reference DevKit 3.3V supply design to power other 3.3V devices, then answer is likely "yes" assuming you are providing the same input voltage capabilities to the supply as are supplied o...
Michael Williamson

04/13/2012

MW 06:31 PM MityDSP-L138 (ARM9 Based Platforms) PCB Development: RE: RTC Battery Drain
Hi,
Wanted to follow up on this. We have seen RTC battery drainage, but at the time we looked at it we were using Revision A silicon OMAP-L138 parts, which had some errata about power leakage that was fixed in the Revision B (standar...
Michael Williamson
MW 06:28 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: FS Corruption due to dropping power
Hi Keith,
I have seen these symptoms before, and I'm pretty sure it's filesystem corruption related (I suspect udev related, not installing the /dev/ttyS* files due to a corrupted cached tarball of /dev which is by default stored off ...
Michael Williamson
RV 03:23 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Problem in building of kernel and booting
Hi Mike,
Thankyou very much. That worked...
But the only difference is the kernal iamge name provided default in the SD Card has version 3.1.0+ and mine 3.1.0-g0e9e502. Does it mean anything?
And also I request your support in i...
Raja Vankam
AS 02:48 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Specification TPS power sully design inthe AM3359 carrier board
gentile reminder for the above question ABDUL SALAM
AS 02:48 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Specification TPS power sully design inthe AM3359 carrier board
gentile reminder for the above question ABDUL SALAM

04/12/2012

MW 05:54 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Problem in building of kernel and booting
Hi,
In order to build the kernel image, you need to checkout the "mityarm335x_wip" branch. It is not the default master branch. You may also need to do a "git pull" on your VM in order to make sure you get the latest kernel patches....
Michael Williamson
RV 03:24 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: Problem in building of kernel and booting

Hi,
I tried to recompile the kernel provided and booting the same on MityARM 335x development board.
I have followed the procedure as mentioned in lilnk http://support.criticallink.com/redmine/projects/armc8-platforms/wiki/Linux_...
Raja Vankam
KF 04:29 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: FS Corruption due to dropping power
Hi, We are developing a system where the user is unlikely to power down gracefully, even if asked to do so and ultimately intend to use a read only file system. However in testing we have not done this and have been dropping power to swi... Keith Fletcher

04/11/2012

AS 12:16 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Regarding I2C interface
Hi Raja,
I've used 2 Mosfet's for level translation in the past. cheaper and works well, plus no obsolescence issues.
Regards,
Alexei
Alexei Shkurko
RV 10:21 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Regarding I2C interface
Hi Alexei,
Could you please suggest an IC for this application.
Regards,
Raja.
Raja Vankam
AS 10:04 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Regarding I2C interface
Hi Raja,
you have to use 5V to 3.3V I2C level shifter to interface with AM3359, it is not 5V tolerant part
this article may be helpful http://ics.nxp.com/support/documents/interface/pdf/an97055.pdf
Regards,
Alexei
Alexei Shkurko
AS 09:57 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: Reg. ADC reference voltage
Hi,
`A 3.3 V and 1.8 V are connected to the ADC reference voltage in your carrier board reference design, Can i connect 3.3 V to the ADC Ref.
Plz confirm?
ABDUL SALAM

04/10/2012

AS 05:23 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Specification TPS power sully design inthe AM3359 carrier board
Hi alexi,
as per your Carrier board design guidline,the Typical input voltage of the SOM module is 5v, so we are planning to give 5v ,0.7A supply to SOM module( coz we are usuing 5V for some other section also)
And for all peripharals...
ABDUL SALAM
AS 11:32 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Specification TPS power sully design inthe AM3359 carrier board
Hi Salam,
the SOM module requires 3.3V input voltage with up to 1Amp input current, our Dev Kit board based on TPS5430 IC to generate 3.3V supply, the input cicrcuit can handle up to 20V as we are using MOSFET for reverse polarity pro...
Alexei Shkurko
RV 04:57 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: Regarding I2C interface
We need to interface Power line Communication through I2C to AM3359.
Device communication output voltage specifications are as follows:
VOH = 4V (min)
VOL = 0.75 (max)
VIL = 0.8 (max)
VIH = 2.1 (min)
please let us know the ...
Raja Vankam
PF 03:14 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: MityDSP boot loader source code
Is this source code available for me to find examples of how the various DSP configuration registers are set?
At the moment, I'm working on the EMIF interface. I'm reverse engineering the configuration by studying the peripheral regi...
Peter Faill
DS 12:35 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: Does MityGUI run on Windows XP SP3?
I tried it here and have the same problem also.
Please use 4.0.5 for now and we'll look into this.
Dave
Peter Faill wrote:
> I've run it on a Windows7 machine without any trouble.
> ...
Dave Stehlik
PF 11:34 AM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: Does MityGUI run on Windows XP SP3?
Should have mentioned that I ran version 4.0.6 (just downloaded from 'Files').
Peter
Peter Faill
PF 11:09 AM MityDSP (TI TMS320C6xxx Based Products) Software Development: Does MityGUI run on Windows XP SP3?
I've run it on a Windows7 machine without any trouble.
But when I run in on a XP machine I get the attached error message.
Peter
Peter Faill

04/09/2012

PF 06:52 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: MityDSP: dual port memory within FPGA
Thanks for the quick reply,
Peter
Peter Faill
MW 06:51 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: MityDSP: dual port memory within FPGA
If you are referring to the bootloader image, then I think you have it.
Address lines are 1-to-1.
-Mike
Michael Williamson
PF 06:28 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: MityDSP: dual port memory within FPGA
Hi,
I'd like to test the DSP <=> FPGA bus interface by writing to a FPGA scratch address and then reading back the results to confirm success.
From the firmware, I see that there is dual-port dual RAM area that appears to exist for...
Peter Faill
MW 04:07 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Reg. Vin-input power supply to the Microcontroller connector.
That circuit is not required for your design. It is a current measuring circuit in order to allow someone to measure the power consumed by the MityARM-335x module via I2C interface. You don't need it.
-Mike
Michael Williamson
AS 04:04 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: Reg. Vin-input power supply to the Microcontroller connector.
Hi,
we are plnning to generate a 5v input supply (5v,0.75 A) , that will be connected to the to the microcontroller, As per the reference carrier baord schematic provided by the carrier link,, iam sseing some other circuit (attached w...
ABDUL SALAM
AS 03:04 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: Specification TPS power sully design inthe AM3359 carrier board
HI,
Could you please send me the Specification TPS power sully design inthe "AM3359":http://www.mitydsp.com/mityarm-3359 carrier board.
Regrds
salam
ABDUL SALAM

04/07/2012

MW 09:46 PM MityDSP-L138 (ARM9 Based Platforms) PCB Development: RE: SODIMM Pin 53 ...
SPI1_SCS0 is indeed connected to that pin on the module. It is also connected to the chip-select on the on-board SPI NOR FLASH, which is used for loading the first stage bootloader (UBL) as well as u-Boot. The pin was brought out to th... Michael Williamson
TC 09:33 PM MityDSP-L138 (ARM9 Based Platforms) PCB Development: SODIMM Pin 53 ...
(Posted on behalf of a customer)
The datasheet for the MITYDSP-L138F shows Pin 53 as reserved, however the Industrial IO board uses it for SPI1_SCS0. Why does the datasheet show it as reserved?
Thomas Catalino

04/06/2012

MW 02:59 PM MityDSP (TI TMS320C6xxx Based Products) FPGA Development: RE: MityDSP DSP/FPGA pinouts information request
Pretty much, all of the connections between the FPGA and internal connections on the module are captured in the c:\mitydsp\2.xx\hardware\fpga_boot\vhdl\MityDSP_top.ucf (or other ucf flavors based on the module, same directory).
The pi...
Michael Williamson
PF 02:31 PM MityDSP (TI TMS320C6xxx Based Products) FPGA Development: MityDSP DSP/FPGA pinouts information request
I'm starting to implement our own FPGA design on the MityDSP. The pinout mappings between the FPGA and DSP would be very helpful. Actually, the schematic of the whole board would be best but I understand reluctance to release the whole... Peter Faill
MW 07:40 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: StarterWare question ...
Quick note. The new u-Boot command to load up the Starterware image was "bootelf" not "loadelf". I've corrected the wiki page. Sorry for the confusion (I was trying to post that before having to climb on an airplane!). The u-Boot im... Michael Williamson

04/05/2012

TC 08:04 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Glad to hear that you're moving forward, let us know if you need any additional support.
Tom
Thomas Catalino
TC 08:01 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: schematic of MityARM-3359
Hello Amin -
Critical Link does not provide the schematic diagram for our MityDSP modules. However, we do understand that detailed information is needed by developers using our modules to develop base boards and software for them so ...
Thomas Catalino
AA 02:55 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: schematic of MityARM-3359
also I need the schematic of MityARM-335x Development Kit.
Amin
amin assar
AA 02:50 AM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: schematic of MityARM-3359
hi
I need the schematic of MityARM-3359. How can I access to it?
Thanks
Amin
amin assar
SP 02:56 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: StarterWare question ...
see [[StarterWare]] Stéphane Peter

04/04/2012

RV 03:56 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: ADC reference voltage details
Hi Mike,
Does that mean giving the analog input as as maximum produces 4095 value?
Shall i assume maximum ADC input voltage as 1.8V?
Regards,
Raja.
Raja Vankam
MW 01:22 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: ADC reference voltage details
Hi Raja,
The AIN[0:7] ADC reference voltages are set by VREFN and VREFP of the AM3359. Those pins are brought out to the edge connector (pins 176 and 178) and are direct connects to the AM3359 (there are some bypass caps to AGND on t...
Michael Williamson
RV 01:07 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: ADC reference voltage details
Hi,
We are in the process of designing signal conditioning circuitry for ADC. Could please let us know what is ADC reference voltage.
I couldnt get quite well this info from the data sheet.
Regards,
Raja.
Raja Vankam
MW 02:33 PM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: StarterWare question ...
Hi guys,
Just wanted to give you a heads up that we've been able to get the EVM UART echo example in the TI startware up and running here at Critical Link. We've been able to load with with the debugger/emulator as well as load the E...
Michael Williamson
PF 02:01 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Found a XDS510PP Plus emulator which supports C67XX's.
'Hello world' loads just fine. I think I'm off and running now.
Sorry for the trouble and thanks again,
Peter
Peter Faill
PF 10:41 AM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Hi Mike,
I think I may have identified my problem.
I happened on Spectrum Digital's website's product matrix page which shows that my emulator XDS510LCUSB is not compatible with the TI C6000 series of DSP's. I've been working with...
Peter Faill
RV 12:29 PM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Virtual Box aborts
Host machine is running on Ubuntu 10.04. I have downloaded the extensions properly and able to run the virtual machine.
I figured out it as a problem with memory allocated to virtual box and after adjusting it problem of aborting is s...
Raja Vankam
TI 10:21 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: RE: Virtual Box aborts
Check that the correct version virtualbox guest additions are installed in the VM (the one that is included would most likely be for an older version) and that the virtualbox extension pack is installed in the VirtualBox app itself.
The...
Tim Iskander
TC 09:02 AM MitySOM-335x (ARM Cortex-A8 Based Products) Software Development: Virtual Box aborts
(posted on behalf of a customer)
I have installed the “mityarm-335x_SDK.ovf” on to the Linux machine with the help of VM Virtual box software and started running the same.

While trying to compile the kernel located at “Home/projec...
Thomas Catalino

04/03/2012

MW 06:40 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Oh,
And make sure that the Spectrum Digital Connection tool is *closed* before you start CCS.... I don't think multiple tools play nice with that particular emulator at the same time.
-Mike
Michael Williamson
MW 06:39 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Hi Peter,
I'm looking at your CCS example.
1. If the MDK board is connected via serial port, can you hit "C" (capital C, keep hitting it) on the terminal while powering it up and catch the MityDSP in the Bootloader (you should get ...
Michael Williamson
PF 06:22 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Hi Mike,
Still having trouble. I tried your project. It built just fine but CCS still is giving me trouble with the JTAG initialization.
I've attached two videos of my screen to show you what I'm seeing. I'm hoping that you see ...
Peter Faill
AB 03:22 PM MityDSP (TI TMS320C6xxx Based Products) PCB Development: RE: MityDSP-Pro FPGA questions ...
Minor changes
Update to Step 1:
Depending on the version of MityGUI (or how it is installed) you should simply right-click on your MityGUI shortcut and view "properties" from there you want to find the location of the exe file it is ...
Alexander Block

04/02/2012

AB 04:02 PM MityDSP (TI TMS320C6xxx Based Products) PCB Development: RE: MityDSP-Pro FPGA questions ...
Hello,
I wanted to update this issue with a interim Boot SW and FPGA that addresses the issue stated. Attached are two files that you will need to program your MityDSP-Pro module with. These are bootloader files NOT application files....
Alexander Block
MW 01:54 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Peter,
I am attaching a Hello World program as build, using the CCXML file for the debugger connection. "works for me".
The D4 pin will blink while in the bootloader application, then it's function is a function of your applicati...
Michael Williamson
PF 12:57 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Hi Mike,
I'm still having trouble. My final application doesn't involve using the TI bios so, as a debug technique, I'm just creating the CCS's 'hello world' example project as a test to see if I can complile/link/download and run a ...
Peter Faill
AS 01:52 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: 48V Power Supply Suggestion ...
is a DC power supply? do you have space limitations? the options are multiple, if you can provide details I would be able to specify it for you
Alexei Shkurko
TC 01:26 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: 48V Power Supply Suggestion ...
(posted on behalf of a customer)
As per our product specification, we need to use 48 V input power supply, so we are planning to use 0ne 48V to 12 v POWER SUPPLY. CAN YOU SUGGEST ANY SUITABLE POWER SUPPLY FOR THE SAME .
Thomas Catalino

03/30/2012

AB 06:04 PM MitySOM-335x (ARM Cortex-A8 Based Products) PCB Development: RE: Power supply requirements
Tom,
Here are a couple power usage numbers I was able to gather with a 3.3V input voltage to a MityARM-3359 module:
Measured a low usage, Linux only no demo or other applications, power usage of 760mW.
Measured a high usage, Demo ...
Alexander Block
SP 09:19 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Dead board
All clear.
Today, I received a second Base Board - And with this new hardware, the CPU Board runs normally. --> So, a hardware defect on the Base Board is causing our problems.
Thanks for your time and help.
Best regards
Stépha...
Stéphane Peter
MW 07:54 AM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
You'll also want to set up a DSP/BIOS 5.xx project if you can. It's not required, but then the default platform BIOS configuration files provided with the MDK kit will work out of the box.
-Mike
Michael Williamson
MW 07:52 AM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Hi,
I am attaching a MityDSP.ccxml file (debugger configuration) that I was able to configure and get working with an MDK board here.
I did have to unplug and replug the emulator once to get it working, but that may have been due t...
Michael Williamson
JH 06:11 AM MityDSP-L138 (ARM9 Based Platforms) Software Development: RE: Write UART2 RS-485 API
Hi Mike:
Thanks for your response. It is working with the 2.6.34-rc1.
It is good timing to assert/de-assert TXE.
I am not sure that we need linux-v3.2 or not. I will try to patch it if we need.
Thanks,
Joe
Joe Hung

03/29/2012

MW 05:25 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Also,
Have you double checked that the ribbon cable between the emulator adaptor board and the motherboard is not reversed as far as pin 1 to pin 1? It's not keyed, and this has happened to folks on multiple occasions....
-Mike
Michael Williamson
MW 05:23 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
Hi Peter,
Don't jump out the window! I will try to get some screenshots tomorrow for connecting via CCS5 and a SD XDS510USB emulator. When you are connecting, is the MityDSP bootloader loaded (e.g., is there an FPGA loaded or anythi...
Michael Williamson
PF 02:25 PM MityDSP (TI TMS320C6xxx Based Products) Software Development: RE: emulator initialization from CCSV5.1
A couple more screen shots (attached) that might be helpful.
I've tested my setup with a couple other TI C28 based processors that I have and everything works with them.
I'm at my wit's end - may jump out the window.
Thanks,
...
Peter Faill
PF 11:50 AM MityDSP (TI TMS320C6xxx Based Products) Software Development: emulator initialization from CCSV5.1
I running Windows7.
I have the MDK-MB development board. I'm running CCSV5.1 and have a Spectrum Signal XDS510USB emulator.
I can initialize the emulator using the Spectrum Signal 'SdConfigEx' program. I see one device in the JTA...
Peter Faill
PF 01:06 PM MityDSP (TI TMS320C6xxx Based Products) PCB Development: RE: Schematics for the MityDsp development kit motherboard?
Thank you,
Peter
Peter Faill
MW 12:47 PM MityDSP (TI TMS320C6xxx Based Products) PCB Development: RE: Schematics for the MityDsp development kit motherboard?
Hi Peter,
I just dropped in a schematic set for the MityDSP-6711 Development kit motherboard in the Files tab. Let me know if you need anything further.
-Mike
Michael Williamson
PF 11:56 AM MityDSP (TI TMS320C6xxx Based Products) PCB Development: Schematics for the MityDsp development kit motherboard?
Where can they be found?
I see that the schematics are provided for the MityDSP-PRO dev kit under the forum's Files tab. I assume that the PRO dev kit is different from the regular MityDSP development kit.
Thanks,
Peter
Peter Faill
 

Also available in: Atom