Multi Source Translation Content

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Multi Source Translation Content

讨论

排序依据:
Designing with NXP’s Smart Charging and Resonant Converters Completing a production-ready smart charging or resonant converter design can be tricky, tedious, and even challenging for many engineers. 1. Purpose of this training is to discuss design of smart charging: Introduce smart power design tools to address design challenges in order to improve conversion. 2. Resonant converters: Highlight key elements a designer needs to understand in order to effectively design a resonant converter. An online based resonant converter design tool is introduced to further help resonant converter design. Completing a production-ready smart charging or resonant converter design can be tricky, tedious, and even challenging for many engineers. 1. Purpose of this training is to discuss design of smart charging: Introduce smart power design tools to address design challenges in order to improve conversion. 2. Resonant converters: Highlight key elements a designer needs to understand in order to effectively design a resonant converter. An online based resonant converter design tool is introduced to further help resonant converter design. Power Management
查看全文
EMEA NXP Cup 2017 コアラレーサー - Germany.pdf <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
查看全文
EMEA NXP Cup 2017 Koala racer - Germany.pdf
查看全文
Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD High level description to enable a Linux + KW41Z Border Router. Similar to how it’s shown for the K64 solution in the Kinetis Thread Stack Application Development Guide. Configure the OpenWrt router to assign the IPv6 ULA prefix 2001:2002:2003::/48. On the LAN network, the router distributes addresses from range 2001:2002:2003::/60 Plug an Ethernet cable between the OpenWrt router and the Linux box. Before creating the Thread network, the Linux box has a global address on its eth interface from range 2001:2002:2003::/60. After creating the Thread network, the BR configures on its Serial TAP interface an address from range 2001:2002:2003::/60. On its 6LoWPAN interface, the BR configures an address from range 2001:2002:2003:c::/64. This is achieved with DHCPv6 prefix delegation - the router is requested to assign a new prefix space to be used by the Thread network. The forth segment in the IPv6 range might be 2, 4, 8 or c, depending of the number of DHCP-PD requests made to the router. After 4 attempts, the router will not lease any other prefixes for some time. In order to force that, you'd require to restart the odhcpd deamon in the OpenWrt router with the following command: /etc/init.d/odhcpd restart . Join the router eligible device, which configures an address in 2001:2002:2003::1/60. We then ping the "Internet" (the LAN interface on the OpenWrt router) and it works. “threadtap0” interface must be bridged with an uplink interface connected to an OpenWrt DHCPv6-PD enabled router; it will act identically as the K64F solution. Setup Linux PC (Ubuntu) OpenWrt AP/Router with DHCPv6-PD support (OpenWrt version used in this guide: OpenWrt Chaos Calmer 15.05.1) For reference, hardware used on this guide: TP-Link Model TL-WR741ND 150Mbps Wireless N Router OpenWRT firmware supports multiple hardware available at https://openwrt.org/ 1 FRDM-KW41Z (Host Controlled Device, connected to Linux) 1 FRDM-KW41Z (Router Eligible Device or any joiner device) Thread version 1.1.1.20 (from SDK builder at mcuxpresso.nxp.com) Host Controlled Device firmware, make sure the following macros are enabled: THR_SERIAL_TUN_ROUTER                       /source/config.h     -> Enables TAP interface by default (not TUN) THR_SERIAL_TUN_ENABLE_ND_HOST     /app/common/app_serial_tun.h OpenWRT router Configure IPv6 ULA-Prefix:   Linux Copy HSDK folder Create 'threadtap0' TAP interface: …/host_sdk/hsdk/demo#   sudo bash make_tap.sh Use "Thread_Shell" or modify “Thread_KW_Tun” demo to enable the SERIAL_TAP macro …/host_sdk/hsdk/demo#   nano Thread_KW_Tun.c #define SERIAL_TAP 0   modify to:  #define SERIAL_TAP  1        Note: For demo purposes, the "Thread_Shell" demo is recommended, it already uses TAP by default and allows input commands. If this is not required and only the TAP bridge is to be used, use the Thread_KW_Tun demo. Bridge the interfaces; assuming eno1 is the interface connected directly to OpenWrt: # brctl addbr br0 # brctl addif br0 eno1 # brctl addif br0 threadtap0 # ifconfig br0 up Note: (Optional) Addresses on the bridged interfaces are lost and need to be reconfigured on the actual bridge. In this example, after bridging eno1 (interface to OpenWrt router), you’d have to run #dhclient br0 to get an IPv4 address on br0 for SSH to the router and/or #dhclient -6 br0 to get an IPv6 address to the br0 interface. There's a note here https://wiki.archlinux.org/index.php/Network_bridge#With_bridge-utils  about this. Build C demos …/host_sdk/hsdk/demo#   make Run Thread_Shell or Thread_KW_Tun demo. …/host_sdk/hsdk/demo#   sudo ./bin/Thread_Shell /dev/ttyACM0 threadtap0 25 or …/host_sdk/hsdk/demo#   sudo ./bin/Thread_KW_Tun /dev/ttyACM0 threadtap0         Note: Try to run the demo without parameters to get some help on the input parameters   ifconfig Thread_Shell demo Thread_KW_Tun demo Joiner FRDM-KW41Z (shell) Join the Thread network Verify IP addresses Ping Eth LAN interface on OpenWrt router to verify “Internet” connectivity  Regards, JC KW KW41Z31Z21Z Thread Software Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi JC, I tried to bind the socket on the interface as you pointed here but neither using Coapthon and Txthings it works.... Maybe there is no way to perform multicast with link local scope address? Because my company does not have ipv6 ISP, the link local address is the unique address which I can communicate to the nodes through the Host Controlled Device + Raspberry Pi.  Could you suggest me other options to multicast my nodes through my Border Router architecture?  Regards, Diego C. Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi Diego, Our dev team used txThings with some changes for multicast as described here but we didn't test using link local scope addresses (ff02::1). Hence, we didn't require to set the outgoing interface. Could you try to bind the socket on the interface (as shown here) and see if that helps? Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi JC, I have new issues to my development (Router, Raspberry-Pi, FRDM-KW41Z as Host Controlled Device and a FRDM-KW41Z as a Router Elegible Device). Because in my company there is not Internet Ipv6 Service I did not purchase a DHCPv6-PD and IPv6-ND router to link the nodes to ISP. So I can only access the nodes through my Raspberry PI by ipv6, and then mi Raspi send communication to the Internet trough wifi iPv4 connection. In my Raspberry I can ping individually my nodes though their ipv6 but i can not ping the multicast group ff02::1, I can only ping the multicast group if a put %threadtap0 (my TAP interface) just after the multicast address ff02::1 (ping6 ff02::1%threadtap0). The problem is that I am using a python library for Coap communications (CoAPthon) that do not allow to put the %threadtap0 interface, so I can not send multicast messages to my nodes. Do you know how to ping the ipv6 multicast address (ff02::1) without specifying my interface (%threadtap0) in RaspberryPi? Do you know some Coap libraries that allow to include the interface when specifying an ipv6 multicast address? We have been stucked in my company since we do not solve the multicast problem. Regards, Diego Comin Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi Diego, The TAP interface is now defined by default when enabling THR_SERIAL_TUN. As seen in this post, the TAP Interface is intended to be used in a topology where a DHCPv6-PD provides a Prefix to the Border Router interface and the devices within the Thread network. If you want to use TAP but keep using static Unique Local Address (ULA), you need to disable THR_SERIAL_TUN_USE_DHCP6_ADDR. As the comment in the macro states: /* When DHCPv6-PD is turned off, local static configuration is used, even in TAP mode */ If you want to enable the TUN interface, you need to disable THR_SERIAL_TUN_ENABLE_ND_HOST and THR_SERIAL_TUN_USE_DHCP6_ADDR in app_serial_tun.h Hope this helps, JC Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi JC, As I said before I used TUN interface following the "Kinetis FSCI Host Application Programing interface" guide, with the 1.0.2 Connectivity Software running projects on Kinetis Design Studio and everything in TUN interface worked well. Now to test the new SDKs includying TAP interface, I have downloaded the new SDK for MCU Expresso IDE, I tested TAP interface without any router, just to test the connection between Raspi with FRDM-KW41Z (as HCD) and an active router but in this case the node dont get a ULA IPv6 to test connection. I also made the TUN interface (as I had with the 1.0.2 Connectivity Software) with the new SDK, and the node still don't get the ULA IPv6 address. I attach the command windows from my Pi: And I attach the terminal of the Active Router node, where I can not find the ULA address: What could be happening? I only moved to the new SDK. Best, Diego C. Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi Diego, Refer to "Chapter 6.3 - Userspace module in TAP mode and global addressing scheme" from doc/wireless/common/Kinetis FSCI Host Application Programming Interface.pdf document. It includes instructions to enable the TAP interface and run C example. 1) You can use any router as long as it has DHCPv6-PD and IPv6-ND support. 2) See the Thread_Shell demo, it demonstrates management message (getnodesip) that queries for the IPv6 nodes in the Thread network. 3) Yes, you can start the device as a Joiner, see Thread_Shell demo, it allows you to create or join a network while maintaining the TAP interface enabled to communicate to external interface. Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi JC, Thanks for the quick reply! I would appreciate a new updated tutorial on how to acces from the cloud to the Thread Network with the latest SDK. By the way, I have some questions related to an application that I want to develope. Could I access to the cloud with a normal TP-Link router instead of using an Open WRT Router? Is there a way to know from my Raspberry-Pi (connected to FRDM-KW41Z HCD), using Coap, the IPv6 of a node that has just joined my Thread Network?  Because in my case I am using a FRDM-KW41Z Host Controlled Device and I am tapping the sudo ./bin/Thread_KW_Tun /dev/ttyACM0 fslthr0 command, the Host Controlled Device is always the Leader of my Thread Network. Could I create the network from another node (being the leader) and later join the Thread Network with the Host Controlled Device maintaining the TUN/TAP connectivity from the Thread network to the Raspberry-Pi? Best, Diego Comin Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi Diego, The latest SDK can be dowloaded from mcuxpresso.com, you need to select the FRDM-KW41Z board and include the wireless stacks. On the latest version, the VTUN is configured automatically as TAP and is much straight fwd, I need to update this thread with that info. Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi JC, I have the same configuration as Alessio (Router, Raspberry-Pi, FRDM-KW41Z as Host Controlled Device and a FRDM-KW41Z as a Router Elegible Device) but instead using TAP interface I used TUN interface following the "Kinetis FSCI Host Application Programing interface" guide, everething works fine, I am able to ping the Thread node from my Raspberry-Pi, and I used the CoAPThon python library to communicate to nodes over coap and it works perfectly. At this point as i am using TUN interface i am not able to bridge my raspberry pi to the router, so the computers connected to the router in the same network cannot ping the Thread nodes. For this reason i am looking for changing TUN interface to TAP interface in order to bridge the router (connected to ethernet port eth0 of my Raspberry-PI) and be able to ping Thread Nodes from the computers connected on the router network. However, in your tutorial you said you enabled TAP interface by this command: Create fslthr0 TAP interface: …/host_sdk/hsdk/demo#   sudo bash make_tap.sh But in my case i only have in this directory a make_tun.sh file. Where can i find the TAP file or what commands do i suposse to do in order to etablish a TAP interface and bridge to eth0 port in my Raspberry-PI? Thanks Diego C. Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi Alex, Thanks for your suggestions! I will try with the host controlled device in the near future, menawhile the rndis_bridge firmware solved my problems. I'm quite sure that I didn't had a look at nwk_ip/app/config/app_thread_config.h file, maybe there was some wrong settings in there Best Alessio Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi Allesio, I had the same issues a few months back, it took me a while to figure it out.  You need to reconfigure the example host controlled device, recompile and flash.  Here's our notes from our startup script.  If this doesn't work you should check your serial port communications. # Make sure SERIAL_TAP is set on 1 in Thread_KW_Tun.c ######################################################### # HOST CONTROLLER DEVICE DEMO ######################## # /nwk_ip/app/common/app_serial-tun.h # THR_SERIAL_TUN_ENABLE_ND_ROUTER FALSE # THR_SERIAL_TAP_ROUTER TRUE ## # /nwk_ip/base/ip_media_if/ip_if_serial_tun.c # SERIAL_TAP_ROUTER TRUE # # /nwk_ip/app/config/app_thread_config.h # # config.h # IP_IP4_ENABLE 0 # DHCP4_CLIENT_ENABLED 0 # THR_SERIAL_TUN_ROUTER 1 # THR_USE_DHCP6_CLIENT TRUE Hope this helps Alex Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hello JC, As Steffen says, it seem you are the only one that can help us . I followed the tutorial step by step, but I'm having some problmes. In my configurazion I have: OpenWrt -> Raspberry PI -> FRDM-KW41Z (Host controlled firmware), let's call it Node A -> FRDM-KW41Z (router eligible device), let's call it Node B. Now, My raspberry PI seem to work properly (I have all the IP with the same ULA setted on the OpenWrt router) but, when I start the Thread_KW_Tun software it seem it cannot forward the packet IPv6 to node B. Node B is able to connect to the Thread network created by Node A (Join is sucessfull and Led blink stop when connected) but it cannot get the IP informations. Also, in the debug log of Thread_KW_Tun I have "a lot of" TX packet but nothing in RX. Do you have any suggestion? Best Alessio Edit: I reinstalled the SDK from scratch, flashed a USB-KW41Z with the boarder router firmware. Installed the openwrt image on a RPI3B and connected the USB-KW41Z to the RPI3. Everything works! I can ping the B node from my PC using the RPI3 as a router. Best Alessio Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi Alex, I added a new thread for this question: https://community.nxp.com/message/969722  - JC Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Any help would be appreciated getting SPI interface working.   I found the following in the code: /* SPI Slave Data Available Pin */ #define gSpiSlaveDap_Port_d   gpioPort_B_c #define gSpiSlaveDap_Pin_d    1 So i'm guessing there is another connection I need to make from the FRDM-KW41Z to the GPIO on the RPI for the DAP signal?  Which pin would this be on the FRDM-KW41Z? Thanks Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi,  I'm trying to make this work using SPI interface instead of UART on an RPI running linux.  However /dev/uio0 is not present, although I do have uio modules loaded.  I read that I need to define something more to make the uio0, but I can't find any help or instructions on this.  Any help appreciated. Thanks Alex Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hi JC, after i tried this a several tmies, i find out, that this connection only works once after flashing the BorderRouter and the Thread Nodes and then there is no chance to ping the thread node from the PC again, if I'm doing a reboot/restart on the OpenWRT Router. Does maybe the OpenWRT router losing the route to the nodes, which i have to reset or is there a timeout/lifetime configuration I have to change? I couldnt find any information that make sense for me, also not in the routing table of the OpenWRT. Or is the problem, that the Thread nodes just store the connection to the OpenWRT via the BorderRouter once, and if I'm restart the OpenWRT he tries to give new adresses to the nodes, which the nodes don't react to? Did you maybe also recognized this behavior? Best Regards, Steffen Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hello JC, thank you very much! I have the feeling you are almost the only guy at NXP that really could help me with these kind of setup. Makes totaly sense what you are saying! I will try this, and give you a response if this works! Best Regrads, Steffen Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hello Steffen,  On the remote device, you require to add a route to the Thread network. In Linux, this is done with the following commands, assuming eth0 is the interface connected to the router: $ sudo sysctl -w net.ipv6.conf.eth0.accept_ra=2 $ sudo sysctl -w net.ipv6.conf.eth0.accept_ra_rt_info_max_plen=64 $ rdisc6 eth0‍‍‍ rdisc6 is available after you install ndisc6 from apt-get. Then you should see a new route in Linux, something like: 2001:2002:2003::/48 via fe80::e695:6eff:fe40:6e1c dev eth0  proto ra  metric 1024  expires 7082sec ‍‍‍‍‍‍‍‍‍ You can confirm the route was added with the following command: $ip -6 r ‍‍‍‍‍‍‍ See: Linux, IPv6, router advertisements and forwarding – The ongoing struggle  On a Windows PC, this is done without any additional configuration. Regards, JC Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hello JC, after getting the connection from my Windows PC to the Thread Node, via the OpenWRT Router and the RaspberryPi i want to use the Thread Commisssioning App from the Play Store on my Android device to add other Thread Nodes to the Network. I switched on the Wifi on the OpenWRT Router and connected the android device, to the  OpenWRT Router. But i cant find a Thread Border Router when opening the Thread App. I also checked that the wlan interface, I am connected with, is also in the br-lan bridge, which the Border Router is also connected to. Are there any configurations on the OpenWRT or the Borer Router, I have to do before i could see the Border Router? Best Regards, Steffen Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Thanks a lot JC !!! This works fine for me! 😉 Best Regards, Steffen Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hello Steffen, The use case you describe is similar to “11.4 External routing via Ethernet on FRDM-K64F – ND6 host mode and OpenWrt” from the Kinetis Thread Stack Demo Applications User's Guide document but with the USB-KW41Z RNDIS interface on a OpenWRT router. You'll just need to bridge together the LAN and RNDIS interfaces. See below: Steps on OpenWrt Install RNDIS driver support – see https://wiki.openwrt.org/doc/howto/usb.tethering # opkg update # opkg install kmod-usb-net kmod-usb-net-rndis kmod-usb-net-cdc-ether usbutils udev‍‍ Assuming eth2 is created when you plug-in USB-KW41Z # echo 0 >  /sys/devices/virtual/net/br-lan/bridge/multicast_snooping # brctl addif br-lan eth2 # ifconfig eth2 up # brctl show‍‍‍‍ Steps on USB-KW41Z border router project Enable USBENET_HOST instead of USBENET_ROUTER .../source/config.h #if defined(CPU_MKW24D512VHA5) || defined(USB_KW41) #define USBENET_ROUTER    0       //from 1 #define USBENET_HOST      1       //from 0‍‍‍‍‍‍ Hope this helps. Regards, JC Re: Thread Border Router using Linux + KW as Host Controlled Device with Serial TAP for DHCPv6-PD Hello JC, Thanks for your little Tutorial here! Maybe you could help me with my similar setup. What i want to do, is sending ipv6 packets from my PC, over a OpenWRT Router (GL AR-150), connected to a USB-KW41Z running the border_router example from SDK, to a Node in a Thread Network, which is running as Router Eligable End Device, and back. The K22F on the USB-KW41Z is running the RNDIS software, so that the USB Stick is recognized as ethernet interface. If I'm trying to ping the REED's in the Thread Network from my PC it won't work. Here is the ULA from the Node which i want to ping. And here you can see the config and IPv6 ULA--Prefix from the OPenWRT Router. If I'm now try to ping the IPv6 address from the REED Thread Node i get the following. Is there maybe something wrong with ULA-Präfix configuration on the Thread-Node, the USB-KW41Z or the OpenWRT-Router? Or do i have to keep an special order for initializing the devices? If I'm trying to ping the device without the OpenWRT Router between the PC and the USB-KW41Z and stick the USB-KW41Z directly to the PC the ping is successful. It would be awesome if someone could help me with this issue. Thanks, Steffen EDIT: After some testing, with another configuration than above, i found out, that the USB-KW41Z and the Thread Node don't get an IPv6 ULA Präfix from the OpenWRT Router. But that is exactly what should happen right? I added a RaspberryPi between the OpenWRT Router and the USB-KW41Z Border Router, to have better access to the Border Router and start a Thread Network for example. To forward the packets from my WindowsPC to the Thread Node I added a bridge (br0), which is forwarding the packets between the ethernet interface of the Pi and the USB-KW41Z acting as ethernet interface. Here is the setup. What i tried is: First start the OpenWRT Router, and check the connections with a ping between the PC OpenWRT Router and Raspberry Pi (see image above) Attach the USB-KW41Z BorderRouter to the RaspberryPi and started the Thread Network via the PCAPTest script in the USB-KW41Z SDK and finally joined a Thread Node and try to ping it from the PC (see image above) As you can see in the image above, the  Border Router(fd01::ea2d:d585:f3ab:4dbf:8124) and the Thread Node(fd01::3ead:752b:16f8:b908:96ed) don't have the same IPV6 ULA Präfix(fd0a:972e:6576::/48) than the OpenWRT Router, PC and Raspberry Pi? So i can not access the ThreadNode via the OpenWRT Router ?! But if I'm disconnect the connection between the OpenWRT Router and the Raspberry Pi and bring the br0 on the Pi down, I'm able to ping the Thread Node from the Pi. Could you tell me what do i have to do, that every member of the network get the same ULA Präfix, so that they can communicate? Is there a documentation for this usecase, because i can't find some? Thanks a lot! Steffen
查看全文
分享Vivante 3d gc2000工作流程 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> //////////////////////////////创建设备节点 /dev/galcore////////////////////////////////// $home/myandroid/kernel_imx/驱动程序/mxc/gpu-viv/Kbuild 模块名称?= galcore /* 定义节点名称 */ $home/myandroid/kernel_imx/驱动程序/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_linux.h 定义设备名称“galcore” $home/myandroid/kernel_imx/驱动程序/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_probe.c drv_init 调用 ret = register_chrdev(主要,设备名称,&driver_fops); //////////////////////////////////opengles2 函数///////////////////////////////////////////////// 我的Android /设备/ fsl专有/ gpu-viv / lib / egl / libGLESv2_VIVANTE.so glActiveTexture glBindBuffer ... ... ... //那些 glxxxxxx 调用到 sub_D40C int __fastcall sub_D40C(int a1, int a2, int a3) //地址 0x0000D40C { int 结果;// r0@1 int v4; int v5; v4 = a2;   v5 = a3;   gcoOS_GetTLS(&v4);  //------------> goto libGAL.so   result = v4;   if ( v4 )     result = *(_DWORD *)(v4 + 36);   return result; } 和 $home/myandroid/设备/fsl-proprieary/gpu-viv/lib/libGAL.so //导出函数 有符号整数 __fastcall gcoOS_GetTLS(void **a1) { ... ... gcoOS_GetTLS v4 =打开(“/ dev / galcore”,2); ... ... } 和 设备节点 /dev/galcore 将命令传递到模块 galcore $home/myandroid/kernel_imx/drivers/mxc/gpu-viv/hal/kernel/gc_hal_kernel.c gckKERNEL_Dispatch 本文档由以下讨论生成:共享 Vivante 3d gc2000 工作流程 i.MX6_全部 多媒体
查看全文
S12ZVM 功耗计算器 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 大家好,我们分享由 Carlos Vazquez 和 Anita Maliverney 启动的最新版本的 S12ZVM 功率耗散计算器。 使用此 Excel 表可以估算 S12ZVM 系列任何 MCU 的功耗,考虑:电源电压、数字模块、栅极驱动单元、电荷泵、通信收发器等。   更新了 S12ZVMC256、S12ZVM32 和 S12ZVMB 的静态和动态消耗电流。 此致问候
查看全文
例MPC5746R PIT ISR GHS614 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ******************************************************************************** *ファイル:main.c *所有者:b21190(VLNAピーター) *バージョン:1.6 * 日付: 2017 年 10 月 10 日 * 分類:一般ビジネス情報 *概要:例には、システムクロックとしてPLL0 200MHzでのスタートアップが含まれています *とPIT割り込みトリガを示しています。 ******************************************************************************** *テストHW:MPC57xx EVB + MPC5746Rミニモジュール ※マスクセット:1N83M(カット2.0B) *対象:internal_FLASH * Fsys:システムクロックとして200MHz PLL0 ******************************************************************************** 改訂履歴: 1.0 2015年10月19日 b21190(VLNA Peter) 初期バージョン 1.1 Nov-11-2015 b21190(Vlna Peter) システムクロックとしてPPL0 200MHzを追加 1.2 2015年12月02日 b21190(Vlna Peter) フラッシュコントローラinitを追加 1.3 Dec-02-2015 b21190(Vlna Peter) 固定システムクロックinit 1.4 2017年2月7日 b21190(Vlna Peter) SWT0 と SWT1 が起動時に無効に 1.5 May-31-2017 b21190(Vlna Peter) AC6 (CLKOUT) のコメントを修正しました。 1.6 2017年10月10日 b21190(VLNA Peter) PIT + 割り込みを追加 *******************************************************************************/ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ******************************************************************************** *ファイル:main.c *所有者:b21190(VLNAピーター) *バージョン:1.6 * 日付: 2017 年 10 月 10 日 * 分類:一般ビジネス情報 *概要:例には、システムクロックとしてPLL0 200MHzでのスタートアップが含まれています *とPIT割り込みトリガを示しています。 ******************************************************************************** *テストHW:MPC57xx EVB + MPC5746Rミニモジュール ※マスクセット:1N83M(カット2.0B) *対象:internal_FLASH * Fsys:システムクロックとして200MHz PLL0 ******************************************************************************** 改訂履歴: 1.0 2015年10月19日 b21190(VLNA Peter) 初期バージョン 1.1 Nov-11-2015 b21190(Vlna Peter) システムクロックとしてPPL0 200MHzを追加 1.2 2015年12月02日 b21190(Vlna Peter) フラッシュコントローラinitを追加 1.3 Dec-02-2015 b21190(Vlna Peter) 固定システムクロックinit 1.4 2017年2月7日 b21190(Vlna Peter) SWT0 と SWT1 が起動時に無効に 1.5 May-31-2017 b21190(Vlna Peter) AC6 (CLKOUT) のコメントを修正しました。 1.6 2017年10月10日 b21190(VLNA Peter) PIT + 割り込みを追加 *******************************************************************************/
查看全文
克服高性能设计中的 DDR 挑战 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> DDR4(及后续版本)显著增加了 DDR 配置的复杂性 - 即使经过模拟也是如此。更重要的是,了解 DDR 的正确参数可以决定产品的性能。了解如何直接在您的电路板上配置、优化和验证 DDR 功能。了解获取数据眼图裕度的工具和技术,将 DDR 板启动和功能验证的时间从几周缩短到几小时。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> DDR4(及后续版本)显著增加了 DDR 配置的复杂性 - 即使经过模拟也是如此。更重要的是,了解 DDR 的正确参数可以决定产品的性能。了解如何直接在您的电路板上配置、优化和验证 DDR 功能。了解获取数据眼图裕度的工具和技术,将 DDR 板启动和功能验证的时间从几周缩短到几小时。
查看全文
例 MPC5674F MPU 初期化 CW210 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ******************************************************************************** *詳細な説明: * MPUは、すべてのリソース(フラッシュ、RAM、ペリフェラルブリッジ)をカバーするように初期化されています。 * すべてのマスターは、すべてのリソースから読み取り、書き込み、実行が許可されています。 * ※簡易テストケースは、アクセス時のMPUの動作確認に使用します *違反: * - MPUは、最初の1KBまたはRAMメモリへの書き込みアクセスを無効にするように再構成されます *(0x4000_0000 - 0x4000_03FF)。 * - このRAM領域を書き込むと、マシンチェック例外がトリガーされます * ------------------------------------------------------------------------------ *テストHW:XPC567XKIT516 - MPC5674ADAT516 Rev.C、MPC567XEVBFXMB Rev.B ※MCU:PPC5674FMVYA264 * Fsys:264MHz *デバッガ:Lauterbach Trace32 *対象:RAM、internal_FLASH * ********************************************************************************
查看全文
CWARMv7 Uboot/Barebox debug General
查看全文
Acceleration on Automotive Radar Signal Processing How to accelerate radar signal processing on S32R family utilizing SPT and multiple cores. How to accelerate radar signal processing on S32R family utilizing SPT and multiple cores. Re: Acceleration on Automotive Radar Signal Processing Hi, can you share the teaching video with me ? Thank you.
查看全文
NXPのxEVエネルギー管理ソリューション <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 中国は、各OEMが2020年までに生産台数の12%をZEVとして製造・販売すると予想しており、大都市では従来のICE車を禁止し、自動車メーカーは新しいEVを発表し、その頻度はますます高まっています。このセッションでは、EV市場に影響を与える主な力の概要を説明し、主なアーキテクチャアプローチとシステムコンポーネント、およびこれがNXPにどのような成長の可能性をもたらすかについて説明します。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 中国は、各OEMが2020年までに生産台数の12%をZEVとして製造・販売すると予想しており、大都市では従来のICE車を禁止し、自動車メーカーは新しいEVを発表し、その頻度はますます高まっています。このセッションでは、EV市場に影響を与える主な力の概要を説明し、主なアーキテクチャアプローチとシステムコンポーネント、およびこれがNXPにどのような成長の可能性をもたらすかについて説明します。
查看全文
APUプログラミング <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> インデックス | 前へ | 次に APU(カーネル)プログラミングに関するビデオの詳細 (マイビデオで視聴)
查看全文
Command line option “-asm_enhance” Usage (CW for S12Z) Recently we helped a customer resolve a question related with “asm_enhance”command line option usage. It’s strange there is no documentation of this knowledge in CodeWarrior help manual. After many discussions with development team, it gets clear to me. So I wrote an article on this topic for sharing.   “ -asm_enhance” option is added in ColdWarrior10 /CodeWarrior11 “compiler setting”, “General”, “Other Flags”:   "-asm_enhance" command line option can be used for two distinct aspects: Enabling inline assembly data optimizations Enabling stack effect computation through inline assembly code. These two aspects were all gathered under the same option because they both are referring to enhanced inline assembly – i.e. inline assembly code that gets handled almost as C code). Thank for the great support from Bogdan Ditu . For more information on -asm_enhance, see attached document.
查看全文
BugBusters_Milestone_1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> ロボットを制御するためのシンプルなWebインターフェース。移動用のボタンとロボット出力用のコンソールが含まれています。 (マイビデオで視聴) Linux Embedded Challenge 2017 (英語)
查看全文
異常検出 - 電動ドリル用 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Rapid IoTのセンサーのいくつかが利用されています-ジャイロ/加速度/マグ Rapid IoT は、領域外の状態が発生したときにアラートを送信するようにトレーニングされています 異常検出の同じ原理は、他の業種にも適用できます。温度、湿度、空気質 ホームおよびビルディングオートメーション これをまとめてくれたTheophile LeRoyに感謝します <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Rapid IoTのセンサーのいくつかが利用されています-ジャイロ/加速度/マグ Rapid IoT は、領域外の状態が発生したときにアラートを送信するようにトレーニングされています 異常検出の同じ原理は、他の業種にも適用できます。温度、湿度、空気質 ホームおよびビルディングオートメーション これをまとめてくれたTheophile LeRoyに感謝します アプリ動画 ヘキシウェア 迅速なIoT Re:異常検出 - 電気ドリル用 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> GUIはC++でやったと思います。 SVM(Support Vector Model)またはGMM(Gaussian Mixture Model)の2つのモデルをトレーニングできます。このデモには NN はありません。 異常 検出はRapiot Iot (トレーニングを含む)で完全に実行され、シリアルバスはデータをPCにストリーミングしますが、これはパラメータを簡単に表示および設定する方法としてのみ使用されます。 私たちはPCを必要としないプログラムの別のバージョンを完成させています-デモビデオはまもなく投稿されます...Embedded Worldのショーケースで展示されます。 Re:異常検出 - 電気ドリル用 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 涼しい! しかし、これがどのように行われるのかについては、非常に多くの疑問があります... 表示されているGUIはMatlabで行われていますか? どのようなモデルが訓練されますか?それはニューラルネットワークですか、それとも何か他のものですか? モデルと異常検出はPC上で実行され、高速IoTはデータのみをストリーミングするために使用されていると思いますか? Re:異常検出 - 電気ドリル用 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> こんにちはSudhir、まだ最終版または利用可能ではありません-ドリルを小さなDC電気モーターに交換しました。 乞うご期待-そして、アプリで何をする予定ですか? Re:異常検出 - 電気ドリル用 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> これは非常にクールなアプリで、CES 2019で i.MX プロセッサのライブデモを見ました。アプリはダウンロードできますか?
查看全文
AUT-N1829 PT2000 Solenoid Driver for Direct Fuel Injection and Other Next-Generation Powertrain Applications The PT2000 is NXP's latest generation of solenoid driver solutions targeted for direct fuel injection (DFI) applications. The flexibility and capability of the PT2000 means it can be used to drive other loads in powertrain applications, including VVT, fuel pumps, and other DC motor loads. This technical session will provide an overview of the key features and capabilities of the PT2000, the software development tools, hardware and application. Examples for using the PT2000 for DFI and other power train applications will be discussed. The PT2000 is NXP's latest generation of solenoid driver solutions targeted for direct fuel injection (DFI) applications. The flexibility and capability of the PT2000 means it can be used to drive other loads in powertrain applications, including VVT, fuel pumps, and other DC motor loads. This technical session will provide an overview of the key features and capabilities of the PT2000, the software development tools, hardware and application. Examples for using the PT2000 for DFI and other power train applications will be discussed. Solenoid Controller
查看全文
HMB-N1982 スマートホームオートメーションソリューションによるタップ・ツー・コネクト体験の開発 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> NFCコミッショニングと、NFCがスマートホーム/IoTで実現するさまざまなユースケースについて講義し、コストを節約し、利便性を実現します。NFCは、スマートホームやビルにデバイスを設置するためのユーザーエクスペリエンスを最大限に活用し、さらに診断、廃止措置、OTAアップグレード、その他のさまざまな便利な機能にも役立ちます。 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> NFCコミッショニングと、NFCがスマートホーム/IoTで実現するさまざまなユースケースについて講義し、コストを節約し、利便性を実現します。NFCは、スマートホームやビルにデバイスを設置するためのユーザーエクスペリエンスを最大限に活用し、さらに診断、廃止措置、OTAアップグレード、その他のさまざまな便利な機能にも役立ちます。 スマートホーム&ビル
查看全文
Using Flash Programmer Task for Standalone programming Standalone Programming is widely used when user doesn’t need a debugger for programming in CodeWarrior 10. Thus people only uses elf/s19 file to program target without using project and source files. There is a very famous article written by Erich Styger regarding using “Flash File to Target” as a standalone programmer for target programming. https://mcuoneclipse.com/2012/08/02/standalone-flash-programmer/   Besides this method, Flash Programmer Task is also good for standalone programming.  As I know some customers prefer to use this method because it can also do checksum, dump flash,etc during programming. I will introduce how to utilize Flash Programmer Task step by step in the following for brainstorming. This article is based on CodeWarrior 10.6.4 and FRDM-K64 board, but the method is same for all Kinetis,HCS08,HCS12Z,etc devices   For detail, see attached article and video. General
查看全文
How to: import example in KSDK Very simple, but very often asked question - how can I import example in KSDK general? The easiest way is import .wsd file, it is a set of all needed files for your project.   1. Open KDS, go to Project Explorer Window and by right click select Import option 2. Choose Existing Projects Sets option 3. Click on Browse and select the project, which you would like to work. In case of KSDK 2.0 go to C:\Freescale\ \boards\frdmk64f\demo_apps\lwip\lwip_tcpecho\freertos\kds   4. You will see the demo project successfully imported in your Project Explorer window and now you can compile and execute demo project.   Enjoy! Iva General Re: How to: import example in KSDK The above procedure does not appear to work with current v2.2 KSDK examples, as there are no .wsd files included with the examples.  Could you provide instructions on the recommended procedure for importing/using KSDK v2.2 examples please ?
查看全文