All Videos Tagged linux (iPeace.us) - iPeace.us 2024-04-16T04:31:18Z https://ipeace.us/video/video/listTagged?tag=linux&rss=yes&xn_auth=no PSoC Creator Advanced Tips and Tricks: Snippets tag:ipeace.us,2015-04-09:2217368:Video:7411241 2015-04-09T12:58:23.174Z futureelectronics https://ipeace.us/profile/futureelectronics <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-snippets"><br /> <img alt="Thumbnail" height="180" src="https://storage.ning.com/topology/rest/1.0/file/get/58280723?profile=original&amp;width=240&amp;height=180" width="240"></img><br /> </a> <br></br><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True</a> . One of new features of PSOC Creator is Snippets that allows you to type a short word and expand how to a whole section of code. So as I’m typing,… <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-snippets"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/58280723?profile=original&amp;width=240&amp;height=180" width="240" height="180" alt="Thumbnail" /><br /> </a><br /><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True</a> . One of new features of PSOC Creator is Snippets that allows you to type a short word and expand how to a whole section of code. So as I’m typing, the teleprompt pop-ups and we have Function there, identified by the different icons. I hit Tab twice, it expends to a pre-canned header for a function and text. <a href="http://youtu.be/oiftjQn1d1s">http://youtu.be/oiftjQn1d1s</a> PSoC Creator Advanced Tips and Tricks: Example Codes tag:ipeace.us,2015-03-12:2217368:Video:6974245 2015-03-12T19:49:32.355Z futureelectronics https://ipeace.us/profile/futureelectronics <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-example-codes"><br /> <img alt="Thumbnail" height="180" src="https://storage.ning.com/topology/rest/1.0/file/get/58279798?profile=original&amp;width=240&amp;height=180" width="240"></img><br /> </a> <br></br><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True</a> . When you’re in the Schematic Editor, and you are looking at a component, you can right click on the component and choose Find Example Code. It… <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-example-codes"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/58279798?profile=original&amp;width=240&amp;height=180" width="240" height="180" alt="Thumbnail" /><br /> </a><br /><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Nea:True</a> . When you’re in the Schematic Editor, and you are looking at a component, you can right click on the component and choose Find Example Code. It will take you to the interface that has a lot of example code and a lot the more important APIs will be right there. You can copy and paste them over to your source codes.. <a href="http://youtu.be/Ggm1T5RAzYY">http://youtu.be/Ggm1T5RAzYY</a> PSoC Creator Advanced Tips and Tricks: Interrupts tag:ipeace.us,2015-02-21:2217368:Video:6694440 2015-02-21T07:48:14.351Z futureelectronics https://ipeace.us/profile/futureelectronics <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-interrupts"><br /> <img alt="Thumbnail" height="180" src="https://storage.ning.com/topology/rest/1.0/file/get/58279223?profile=original&amp;width=240&amp;height=180" width="240"></img><br /> </a> <br></br><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421</a> . Today we’re learning about interrupts in the intermediate digital class for PSoC Academy. I learned the hard… <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-interrupts"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/58279223?profile=original&amp;width=240&amp;height=180" width="240" height="180" alt="Thumbnail" /><br /> </a><br /><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421</a> . Today we’re learning about interrupts in the intermediate digital class for PSoC Academy. I learned the hard way that when you’re in an interrupt you don’t want to do a lot of processing. You want to set a flag, set a state, change a state and get out of the interrupt as soon as you can. <a href="http://youtu.be/WqJuKSRRhuA">http://youtu.be/WqJuKSRRhuA</a> PSoC Creator Advanced Tips and Tricks: Error Message tag:ipeace.us,2015-02-21:2217368:Video:6694231 2015-02-21T07:05:22.691Z futureelectronics https://ipeace.us/profile/futureelectronics <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-error-message"><br /> <img alt="Thumbnail" height="180" src="https://storage.ning.com/topology/rest/1.0/file/get/58279179?profile=original&amp;width=240&amp;height=180" width="240"></img><br /> </a> <br></br><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421</a> . I’m Wen and I work on the PSoC Creator team and the one tip I want to show when I’m working on PSoC I… <a href="https://ipeace.us/video/psoc-creator-advanced-tips-and-tricks-error-message"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/58279179?profile=original&amp;width=240&amp;height=180" width="240" height="180" alt="Thumbnail" /><br /> </a><br /><a href="http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421">http://www.futureelectronics.com/en/Search.aspx?dsNav=Ntk:PartNumberSearch%7cPSoC%7c1%7c,Ny:True,Ro:0,Nea:True,N:4294938421</a> . I’m Wen and I work on the PSoC Creator team and the one tip I want to show when I’m working on PSoC I noticed if you do a build and get an error message and a lot of people won’t know where to look. If you double click on the red icon it will tell you where the error is on the screen. That way it is easy to identify it. <a href="http://youtu.be/2vMDXlTz83o">http://youtu.be/2vMDXlTz83o</a>