Quantcast
Channel: Processors forum - Recent Threads
Viewing all 17527 articles
Browse latest View live

TDA2EXEVM: How to improve the recognition rate of SSD network?

$
0
0

Part Number: TDA2EXEVM

Hi,

I am now use the ssdJacintoNetV2 in caffe-jacinto to  detect the vehicles. We hope it can achieve a good recognition rate in day, night, rainy or worse weather.

Am I classifying vehicles in different weather conditions into one category? Or is it better to separate vehicles for different weather conditions into a category? For example, vehicles in the daytime are of one class, while vehicles at night are of another class. Does this help the training?


Beagle black booting from usb

$
0
0

I want to set uboot to in following sequence 

USB

sdcard

emmc

Please anyone help me to set in boot env, uEText or source code am335x_evm.h

CCS/AM3352: Task parameter settings

$
0
0

Part Number: AM3352

Tool/software: Code Composer Studio

Hi

        I have created some tasks,and set the params like this:

Task_Params_init(&taskParams);
taskParams.instance->name = "Task_DealData";
taskParams.priority = 8;
taskParams.stackSize = 8192;
task = Task_create(Task_DealData, NULL, &eb);

when I use ROV to see the task,I found the priority  is 1 and stackSize  is 4096,

these are the default setting.

my PDK version is pdk_am335x_1_0_13,sysbios version is bios_6_73_01_01,xdc tool version is xdctools_3_55_00_11_core.

this is my cfg file ,please help me to check.

(Please visit the site to view this file)

TMS320C6657: How to configure GPIOs for Universal Parallel Port (UPP)

$
0
0

Part Number: TMS320C6657

Hello,

I am trying to set up the UPP between TMS320F28379D and TMS320C6657. How do I configure the GPIOs for the physical connection between the two.

Best Regards,

Mubeen Haadi.

Compiler/AM5718: GPMC EDMA issue

$
0
0

Part Number: AM5718

Tool/software: TI C/C++ Compiler

Hi

Am using the C66 DSP on a AM5718 sitara processor to access an FPGA connected to GPMC.
GMPC is configured for NOR-line access with non-multiplexed 16bit data width.

My goal is to access the FPGA by EDMA.
So far access works, but the number of read transfers to the FPGA are always more then the transfer counts programmed in the EDMA channel.
Depending on the number of transfers configured in the EDMA and the source address alignment I get different results.

In the attached file you can find some measurements.
At any time I would except that #Tranfsers = Bcnt.

I'm *not* using FIFO mode in EDMA.
And I checked the GPMC Config1 register: 0x00001010 (single access, no burst).

How can I get a correct number of transfers?

Regards,
Markus(Please visit the site to view this file)

Compiler/PROCESSOR-SDK-AM65X: USB HS electrical test

$
0
0

Part Number: PROCESSOR-SDK-AM65X

Tool/software: TI C/C++ Compiler

Hi,

With AM654X , I want to run the "HS Electrical Test Tool" for AM654X's USB test.

1. I'm looking at the data manual, which currently supports only a few test modes at the red box.

2. I also want to support the following test modes, but the data manual did not find the relevant content, how to do this?

    And the link doesn't mention any of those test patterns.   http://e2e.ti.com/support/processors/f/791/p/262012/916110#pi320966filter=answers&pi320966scroll=false

AM3352: RGMII2 not working

$
0
0

Part Number: AM3352

Hi,

I am blocked at PHY enablement for RGMII2 interface connected for 4.14 kernel. But working fine with 3.14 kernel version. 

Please find below device tree and logs

cpsw_default: cpsw_default {
pinctrl-single,pins = <
/* Slave 2 */
0x040 (PIN_OUTPUT_PULLDOWN | MUX_MODE1) /* MII2_TXEN */
0x044 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* MII2_RXDV */
0x048 (PIN_OUTPUT_PULLDOWN | MUX_MODE1) /* MII2_TXD3 */
0x04c (PIN_OUTPUT_PULLDOWN | MUX_MODE1) /* MII2_TXD2 */
0x050 (PIN_OUTPUT_PULLDOWN | MUX_MODE1) /* MII2_TXD1 */
0x054 (PIN_OUTPUT_PULLDOWN | MUX_MODE1) /* MII2_TXD0 */
0x058 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* MII2_TXCLK */
0x05c (PIN_INPUT_PULLDOWN | MUX_MODE1) /* MII2_RXCLK */
0x060 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* MII2_RXD3 */
0x064 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* MII2_RXD2 */
0x068 (PIN_INPUT_PULLDOWN | MUX_MODE1) /* MII2_RXD1 */
0x06c (PIN_INPUT_PULLDOWN | MUX_MODE1) /* MII2_RXD0 */
/*0x074 (PIN_INPUT_PULLDOWN | MUX_MODE1)*/ /* MII2_RXERR */
>;
};

cpsw_sleep: cpsw_sleep {
pinctrl-single,pins = < 
/* Slave 2 */
0x040 (PIN_OUTPUT_PULLDOWN | MUX_MODE7)
0x044 (PIN_INPUT_PULLDOWN | MUX_MODE7)
0x048 (PIN_OUTPUT_PULLDOWN | MUX_MODE7)
0x04c (PIN_OUTPUT_PULLDOWN | MUX_MODE7)
0x050 (PIN_OUTPUT_PULLDOWN | MUX_MODE7)
0x054 (PIN_OUTPUT_PULLDOWN | MUX_MODE7)
0x058 (PIN_INPUT_PULLDOWN | MUX_MODE7)
0x05c (PIN_INPUT_PULLDOWN | MUX_MODE7)
0x060 (PIN_INPUT_PULLDOWN | MUX_MODE7)
0x064 (PIN_INPUT_PULLDOWN | MUX_MODE7)
0x068 (PIN_INPUT_PULLDOWN | MUX_MODE7)
0x06c (PIN_INPUT_PULLDOWN | MUX_MODE7)
>;
};

&mac {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>;
status = "okay";
/* slaves = <1>;
*/
};

&davinci_mdio {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>;

status = "okay";

};

&cpsw_emac0 {
phy_id = <&davinci_mdio>, <0>;
phy-mode = "rgmii-txid";
};

&cpsw_emac1 {
phy_id = <&davinci_mdio>, <1>;
phy-mode = "rgmii-txid";
};

/*&phy_sel {
phy_swap = <1>;
};*/

logs:

[ 1.798782] hub 2-0:1.0: USB hub found
[ 1.802985] hub 2-0:1.0: 1 port detected
[ 1.808789] omap_gpio 481ae000.gpio: Could not set line 21 debounce to 10000 micr)
[ 1.818236] input: gpio_keys as /devices/platform/gpio_keys/input/input1
[ 1.826921] rtc-pcf8563 1-0051: setting system clock to 1970-05-26 03:31:08 UTC ()
[ 1.836320] lis3_reg: disabling
[ 1.839651] vmmcsd_fixed: disabling
[ 1.843917] RAMDISK: gzip image found at block 0
[ 3.887606] VFS: Mounted root (ext2 filesystem) on device 1:0.
[ 3.894013] devtmpfs: mounted
[ 3.898681] Freeing unused kernel memory: 1024K
Starting logging: Initializing random number generator... [ 4.071372] random: dd:)
done.
[ 4.183426] jffs2: notice: (976) jffs2_build_xattr_subsystem: complete building x.
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you)
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.6.1: can't initialize iptables table `nat': Table does not exist (do you)
Perhaps iptables or your kernel needs to be upgraded.
Segmentation fault
modprobe: can't change directory to '4.14.79-ge669d52447': No such file or directory
modprobe: can't change directory to '4.14.79-ge669d52447': No such file or directory
modprobe: can't change directory to '4.14.79-ge669d52447': No such file or directory
[ 4.522903] 8192eu: disagrees about version of symbol module_layout
insmod: can't insert '/usr/bin/8192eu.ko': invalid module format
modprobe: can't change directory to '4.14.79-ge669d52447': No such file or directory
[ 7.699383] net eth0: initializing cpsw version 1.12 (0)
[ 7.746228] RTL8211E Gigabit Ethernet 4a101000.mdio:00: attached PHY driver [RTL8)
[ 7.760482] net eth0: could not add device link to 4a101000.mdio:01 err -17
[ 7.768273] RTL8211E Gigabit Ethernet 4a101000.mdio:01: attached PHY driver [RTL8)
[ 7.788217] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.794357] 8021q: adding VLAN 0 to HW filter on device eth0
[ 7.814451] Unhandled fault: external abort on non-linefetch (0x1818) at 0xb6c4800
[ 7.822490] pgd = c5ebc000
[ 7.825320] [b6c48050] *pgd=89c06831, *pte=02000343, *ppte=02000833
Bus error
nameif: /etc/mactab: No such file or directory
[ 7.878048] net eth0: initializing cpsw version 1.12 (0)
[ 7.885899] RTL8211E Gigabit Ethernet 4a101000.mdio:00: attached PHY driver [RTL8)
[ 7.900071] net eth0: could not add device link to 4a101000.mdio:01 err -17
[ 7.907879] RTL8211E Gigabit Ethernet 4a101000.mdio:01: attached PHY driver [RTL8)
[ 7.926132] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.932271] 8021q: adding VLAN 0 to HW filter on device eth0
iniparser: cannot open /jffs2/system.ini
Segmentation fault
chown: unknown user/group admin:root
chown: unknown user/group admin:root
sh: 1: unknown operand
Starting Monit 5.18 daemon with http interface at [*]:2812
Monit start delay set -- pause for 10s
sid_str = , sid = 0x0
------------------ 3g -------------------
[oem_customiser]wait ....
Segmentation fault
sh: missing ]
Starting network...
ifup: option with empty value "address"
Starting ntpd: OK
Starting ProFTPD: [ 18.702422] capability: warning: `proftpd' uses 32-bit capabili)
Device proftpd[1158]: Fatal: User: missing arguments on line 31 of '/etc/proftpd.con'
FAILED
[ 18.738220] random: ssh-keygen: uninitialized urandom read (32 bytes read)
ssh-keygen: generating new host keys: RSA1 DSA ECDSA [ 25.907829] random: crng inie
ED25519 
Starting sshd: OK
Starting stunnel: [.] stunnel 5.09 on arm-buildroot-linux-gnueabihf platform
[.] Compiled/running with OpenSSL 1.0.2 22 Jan 2015
[.] Threading:FORK Sockets:POLL,IPv6 TLS:ENGINE,FIPS,OCSP,PSK,SNI
[ ] errno: (*__errno_location ())
[.] Reading configuration from file /etc/stunnel/stunnel.conf
[.] UTF-8 byte order mark detected
[ ] Enabling support for engine "capi"
[!] error queue: 2606A074: error:2606A074:engine routines:ENGINE_by_id:no such engine
[!] ENGINE_by_id: 260B606D: error:260B606D:engine routines:DYNAMIC_LOAD:init failed
[!] Line 18: "engine = capi": Failed to open the engine
FAIL
Starting IPsec...
sh: enabled: unknown operand
Starting udhcpd: cat: can't open '/jffs2/system.ini': No such file or directory
OK
Starting iptables: cat: can't open '/jffs2/system.ini': No such file or directory
OK

Regards,

Subramanya

AM6548: Early debug prints in SPL

$
0
0

Part Number: AM6548

Hi

We are trying to get the early debug prints to work in SPL but no luck. in each file that we want to ge t the debug("") to print we put

#define DEBUG

We know we can print very early because we put printf("")  above the debug(""). On the serial port we get the printf but not the debug. Can you let me know how i can get the debug("") to work with SPL?

for example in the file  ./drivers/ram/k3-am654-ddrss.c there is a line

debug("%s: addr = 0x%p, value = 0x%x\n", __func__, addr + offset, data);

i do have the below statement after all the includes 

#define DEBUG

on the console i dont see the debug info. But if I add a printf above the debug line it does print to the console. Not sure why. Any help would be great.

Thanks


AM3354: CPSW switch configuration failure

$
0
0

Part Number: AM3354

CPSW switch configuration failure (4.19.38) - cant get it into switch mode. ETH0 and ETH1 work fine, just not the extra switch port. Original configuration came from Linux 3.12 version device tree that worked perfectly. Now, not so much:

Using KSZ8041 Ethernet phy and KSZ886X Switch on an Exor  "USOM1".

Kernel boot shows:

[ 1.264511] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Micrel KSZ8041
[ 1.273658] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Micrel KSZ886X Switch
[ 1.283381] davinci_mdio 4a101000.mdio: phy[2]: device 4a101000.mdio:02, driver Micrel KSZ886X Switch
[ 1.293036] davinci_mdio 4a101000.mdio: phy[3]: device 4a101000.mdio:03, driver Micrel KSZ886X Switch
[ 1.302689] davinci_mdio 4a101000.mdio: phy[5]: device 4a101000.mdio:05, driver Micrel KSZ8041

[ 1.312511] cpsw 4a100000.ethernet: Detected MACID = 68:c9:0b:b4:8c:df
[ 1.319487] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[ 1.326114] cpsw 4a100000.ethernet: ALE Table size 1024
[ 1.331614] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies)
[ 1.339907] cpsw 4a100000.ethernet: cpsw: Detected MACID = 68:c9:0b:b4:8c:e1

Relevant device tree entries are:

mac: ethernet@4a100000 {
compatible = "ti,am335x-cpsw","ti,cpsw";
ti,hwmods = "cpgmac0";
clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>;
clock-names = "fck", "cpts";
cpdma_channels = <8>;
ale_entries = <1024>;
bd_ram_size = <0x2000>;
mac_control = <0x20>;
slaves = <2>;
active_slave = <1>;
cpts_clock_mult = <0x80000000>;
cpts_clock_shift = <29>;
reg = <0x4a100000 0x800
0x4a101200 0x100>;
#address-cells = <1>;
#size-cells = <1>;
/*
* c0_rx_thresh_pend
* c0_rx_pend
* c0_tx_pend
* c0_misc_pend
*/
interrupts = <40 41 42 43>;
ranges;
syscon = <&scm_conf>;
dual_emac;
status = "disabled";

davinci_mdio: mdio@4a101000 {
compatible = "ti,cpsw-mdio","ti,davinci_mdio";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "davinci_mdio";
bus_freq = <1000000>;
reg = <0x4a101000 0x100>;
status = "disabled";
};

cpsw_emac0: slave@4a100200 {
/* Filled in by U-Boot */
mac-address = [ 00 00 00 00 00 00 ];
};

cpsw_emac1: slave@4a100300 {
/* Filled in by U-Boot */
mac-address = [ 00 00 00 00 00 00 ];
};

phy_sel: cpsw-phy-sel@44e10650 {
compatible = "ti,am3352-cpsw-phy-sel";
reg= <0x44e10650 0x4>;
reg-names = "gmii-sel";
};

...

&mac {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>;
/*active_slave = <0>;*/
status = "okay";
};

&davinci_mdio {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
};

&cpsw_emac0 {
phy_id = <&davinci_mdio>, <1>;
phy-mode = "rmii";
dual_emac_res_vlan = <1>;
ifname = "eth1";
};

&cpsw_emac1 {
phy_id = <&davinci_mdio>, <5>;
phy-mode = "rmii";
dual_emac_res_vlan = <2>;
ifname = "eth0";
};

&phy_sel {
rmii-clock-ext;
};

I played with all settings from "dual-emac" (which when I removed, I lost an Ethernet port - so I put it back). I am also not sure of "slaves" and "active-slaves" definitions, cant seem to find a definitive resource...

Any help please. Let me know if there is more info needed.

CCS/AM5718: uboot code changes

$
0
0

Part Number: AM5718

Tool/software: Code Composer Studio

We have designed custom AM5718 processor board, Instead of PMIC, we have used Regulator in processor board Design,

Can you suggest, what code changes are required in uboot and kernel files.

TDA2SX: ATA BUS ERROR

$
0
0

Part Number: TDA2SX

Hello all,

                             We are working on a custom board based on tda2sx.After connecting a  SATA SSD we are getting the following errors,

ata1: irq_stat 0x00000040, connection status changed
ata1: SError: { CommWake DevExch }
ata1: hard resetting link
ata1: SATA link down (SStatus 1 SControl 300)
ata1: EH complete
ata1: exception Emask 0x10 SAct 0x0 SErr 0x4040000 action 0xe frozen
ata1: irq_stat 0x00000040, connection status changed
ata1: SError: { CommWake DevExch }
ata1: hard resetting link
ata1: SATA link down (SStatus 1 SControl 300)
ata1: EH complete
ata1: exception Emask 0x10 SAct 0x0 SErr 0x4040000 action 0xe frozen
ata1: irq_stat 0x00000040, connection status changed
ata1: SError: { CommWake DevExch }
ata1: limiting SATA link speed to 1.5 Gbps
ata1: hard resetting link
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata1.00: ATA-9: SED2FV-MT SATA SSD 256GB, R0411D, max UDMA/133
ata1.00: 494927872 sectors, multi 1: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
ata1: EH complete
scsi 0:0:0:0: Direct-Access     ATA      SED2FV-MT SATA S 1D   PQ: 0 ANSI: 5
sd 0:0:0:0: [sdb] 494927872 512-byte logical blocks: (253 GB/236 GiB)
sd 0:0:0:0: Attached scsi generic sg1 type 0
sd 0:0:0:0: [sdb] Write Protect is off
sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sdb: sdb1
sd 0:0:0:0: [sdb] Attached SCSI disk
ata1.00: exception Emask 0x10 SAct 0x400000 SErr 0x280100 action 0x6 frozen
ata1.00: irq_stat 0x08000000, interface fatal error
ata1: SError: { UnrecovData 10B8B BadCRC }
ata1.00: failed command: READ FPDMA QUEUED
ata1.00: cmd 60/08:b0:b0:fd:7f/00:00:1d:00:00/40 tag 22 ncq 4096 in
         res 40/00:b0:b0:fd:7f/00:00:1d:00:00/40 Emask 0x10 (ATA bus error)
ata1.00: status: { DRDY }
ata1: hard resetting link
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata1.00: configured for UDMA/133
ata1: EH complete
ata1.00: exception Emask 0x10 SAct 0x200000 SErr 0x280100 action 0x6 frozen
ata1.00: irq_stat 0x08000000, interface fatal error
ata1: SError: { UnrecovData 10B8B BadCRC }
ata1.00: failed command: READ FPDMA QUEUED
ata1.00: cmd 60/f0:a8:10:01:00/00:00:00:00:00/40 tag 21 ncq 122880 in
         res 40/00:a8:10:01:00/00:00:00:00:00/40 Emask 0x10 (ATA bus error)
ata1.00: status: { DRDY }

                                          What could be the issue?

Regards,

Murugan S

AMIC110: AMIC ICE schematics

$
0
0

Part Number: AMIC110

Hi there

Since I also want to connect two PHYS for Ethercat to the AMIC110, I looked at the circuit and the software for the EVAL board. I do not quite understand the purpose of U10 (SN74LVC2G66). After configuring the PHYs and two AMIC pins as input, this IC will switch the RX_CLK and the PHY_LED1. Why is that necessary, can't the AMIC boot from the SPI first, then confirure the two AMIC pins
as inputs (for RX_CLK and PHY_LED1) and then finally release the PHY from the reset? Can't U10 be omited in that case?

best regards

Thomas

TMS320C6678: Power calculator 1.8V consumption

$
0
0

Part Number: TMS320C6678

Hi,

Using the power calculator XLS Rev3_4, I  get a very low ~50mA consumption on the 1.8V rail.

1. The only segment that influence the 1.8V result is the EMIF. Is that OK?

2. 50mA should be the MAX expected current draw?

Thanks,

Amir

CCS/AM5718: board bring-up

$
0
0

Part Number: AM5718

Tool/software: Code Composer Studio

We have a new AM5718 processor board, we are able to boot the processor using CCS and are able to execute Hello-world program.
However the board is not booting from an SD card and not able to see the console...
The SD card pins are connected to MMC1 and console pins are connected to UART3 pins.. the sysboot pins are configured to boot from SDcard and QSpi

Can you suggest, how do we go about debugging and booting the board.. how do we know the SD card and UART3 are working..

Is there way we can load the uboot, kernel using CCS, if yes, please provide the steps and gel file..

Is there way we can test UART3 using CCS,if yes, please provide the steps and gel file..

AM5729: PRU HSR/PRP sources

$
0
0

Part Number: AM5729

How can I get driver library sources PRU ICSS HSR PRP for AM572x? If possible contact me directly, please.


PROCESSOR-SDK-TDAX: [TDA4] [J721e EVM] Fusion daughter card unable to boot

$
0
0

Part Number: PROCESSOR-SDK-TDAX

Hello,

After connecting the Fusion card to the j721e evm board as it is specified in the documentation it does not boot (it still boots when the fusion board is disconnected).
The fusion board is rev2. Is there any additional configuration (like jumper/switch settings)? Or is that fusion board revision incompatible with the j721 board?

Regards,
Todor

Unable to create sd card using prebuilt images provided with the linux ti-processor-sdk-linux-automotive-j7-evm-06_00_00_00 bsp

$
0
0

Hello All,

I am unable to create sd card using prebuilt images provided with the linux bsp.

command used as instructed in Linux SD card creation guide document section 1.1.1.2 

sudo ./bin/mksdboot.sh --device /dev/sdb --sdk /home/vinay/ti-processor-sdk-linux-automotive-j7-evm-06_00_00_00 

I get following errors

cp: cannot stat '/home/vinay/ti-processor-sdk-linux-automotive-j7-evm-06_00_00_00/board-support/prebuilt-images/MLO': No such file or directory

ERROR: executing cp /home/vinay/ti-processor-sdk-linux-automotive-j7-evm-06_00_00_00/board-support/prebuilt-images/MLO /tmp/sdk/24337/boot/
Regards
Vinay

Compiler/66AK2L06: an error occurred debug info does not indicate the return address "main() function getting called again"

$
0
0

Part Number: 66AK2L06

Tool/software: TI C/C++ Compiler

Hi,

I added some "if" condition in my code, which basically increased ".test" section memory as per ".map" file generated after compilation.

Once I run this compiled binary on DSP core...after some time main() function getting called again.

Can you please let me know, how I can debug such memory corruption?

Linux/LINUXSDK-OMAPL138: How to download the code into OMAPL138EZWTD4E

$
0
0

Part Number: LINUXSDK-OMAPL138

Tool/software: Linux

Hi team,

I know the difference between OMAPL138EZWTD4E and OMAPL138EZWTD4.

OMAPL138EZWTD4E have secure boot function. Customer can't download the code into OMAPL138EZWTD4E by JTAG but OMAPL138EZWTD4 can download.

Customer would like to know how to disable secure boot function when using OMAPL138EZWTD4E. They want to use OMAPL138EZWTD4E like OMAPL138EZWTD4.

Thanks!

CCS/66AK2H14: Text Editor Theme color changes after compilation

$
0
0

Part Number: 66AK2H14

Tool/software: Code Composer Studio

Hello, I like the ability to change the background color Theme within Code Composer which makes it easier on the eyes. This is done by right clicking within the Text Editor>Preferences>General>Appearance>Theme. There are a few Themes to choose from and have tried the Dark color themes. The problem is when I compile some of the windows their backgrounds change to white.

Here is a screenshot:

What could be the problem?

Thank you,

Joe

Viewing all 17527 articles
Browse latest View live