<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>STM32H7B3I - First Experience with CubeIDE</title><link>/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><description>I&amp;#39;m selected for the STM32H7B3I-DK - DISCOVERY KIT .I have just set up a clean CubeIDE install, and also installed the resource packages for this kit.Additional I installed TouchGFX and the standalone Cube Programmer.Versions:STM32CubeIDE Versio...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: STM32H7B3I - First Experience with CubeIDE</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><pubDate>Sat, 08 Aug 2020 17:44:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1decdb9b-c0dd-497f-9fe4-a40fed754428</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Good detective work Jan.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21838&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: STM32H7B3I - First Experience with CubeIDE</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><pubDate>Mon, 03 Aug 2020 16:37:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1decdb9b-c0dd-497f-9fe4-a40fed754428</guid><dc:creator>ipv1</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;I hav&amp;#39;nt read all the comments so forgive me if I am being redundant. My experience with graphics was that you will hit bottlenecks with the memory available when you put graphics in your projects. Try and limit the res as well as number of files. I am working with an STM32F7 with a different discovery and the optimization will be the death of me.&lt;/p&gt;&lt;p&gt;for all purposes, select auto generated code wisely and if nothing works, try using a different optimizer setting. I am at the point where I am compiling using a custom make script but setting up things is a bit of a waste. Also I intend to pass this on to a customer who will have developers with &amp;#39;simpler&amp;#39; minds so I need to package it such that they don&amp;#39;t shoot themselves in the foot.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please also share a blog or video with steps for your final process as it will be helpful. &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-1decdb9b-c0dd-497f-9fe4-a40fed754428/contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Cheers!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21838&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: STM32H7B3I - First Experience with CubeIDE</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><pubDate>Sun, 02 Aug 2020 22:36:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1decdb9b-c0dd-497f-9fe4-a40fed754428</guid><dc:creator>jomoenginer</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;There must be a config file somewhere in TouchGFX to allow for setting the path to STM32CubeProgrammer and such.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One option would be to set it in the gcc/Makefile for the project:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=text&amp;amp;text=stm32cubeProgrammer+%3A%3D+STMicroelectronics%5C%5CSTM32Cube%5C%5CSTM32CubeProgrammer%5C%5Cbin%5C%5CSTM32_Programmer_CLI.exe%0Astm32cubeLoader+%3A%3D+STMicroelectronics%5C%5CSTM32Cube%5C%5CSTM32CubeProgrammer%5C%5Cbin%5C%5CExternalLoader%5C%5CMX25L512G_STM32F769I-DISCO.stldr%0A%0Aifneq+%28%22%24%28shell+find+%22%24%28PROGRAMFILES%29%5C%5C%24%28stm32cubeProgrammer%29%22+2%3E+nul+%29%22%2C%22%22%29%0A%23+STM32CubeProgrammer+is+placed+in+Program+Files+%28x86%29%0Ast_stm32cube_programmer+%3A%3D+%22%24%28PROGRAMFILES%29%5C%5C%24%28stm32cubeProgrammer%29%22%0Ast_stm32cube_external_loader+%3A%3D+%22%24%28PROGRAMFILES%29%5C%5C%24%28stm32cubeLoader%29%22%0Aelse%0A%23+STM32CubeProgrammer+is+placed+in+Program+Files%0Ast_stm32cube_programmer+%3A%3D+%22%24%28PROGRAMW6432%29%5C%5C%24%28stm32cubeProgrammer%29%22%0Ast_stm32cube_external_loader+%3A%3D+%22%24%28PROGRAMW6432%29%5C%5C%24%28stm32cubeLoader%29%22%0Aendi]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TouchGFX 4.14.0 just recently came out so perhaps there are some issues with it.&amp;nbsp; I did not seem to have these issues with 4.13.0 though.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nice work getting past this though.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The installation page for TouchGFX does have messages concerning the location of the STM32CubeProgrammer. This still should be something that can be set tough.&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://support.touchgfx.com/docs/introduction/installation/" rel="nofollow ugc noopener" target="_blank" title="https://support.touchgfx.com/docs/introduction/installation/"&gt;https://support.touchgfx.com/docs/introduction/installation/&lt;/a&gt; &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21838&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: STM32H7B3I - First Experience with CubeIDE</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><pubDate>Sun, 02 Aug 2020 20:16:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1decdb9b-c0dd-497f-9fe4-a40fed754428</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Yes, got the CubeIDE and debugger integration working with the screen!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span id="47e973f8_c5e5_4508_a1e5_eeb117681c2f"&gt;&lt;span&gt;[View:https://www.youtube.com/watch?v=w6-22fG-P3g:1110:699]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21838&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: STM32H7B3I - First Experience with CubeIDE</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><pubDate>Sun, 02 Aug 2020 16:26:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1decdb9b-c0dd-497f-9fe4-a40fed754428</guid><dc:creator>phoenixcomm</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:acaf6a9338de4eef8f6717d5561ed01d:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; well done as usual. &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21838&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: STM32H7B3I - First Experience with CubeIDE</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><pubDate>Sun, 02 Aug 2020 15:30:31 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1decdb9b-c0dd-497f-9fe4-a40fed754428</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Some of the STM tools (TouchGFX Designer, batch files) expect that the Programmer is installed in your %ProgramFiles(x86)% folder.&lt;/p&gt;&lt;p&gt;I installed it somewhere else, and used windows symlink to fake it&amp;#39;s installed there:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Open CMD as admin&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=text&amp;amp;text=cd+%25ProgramFiles%28x86%29%25%0Amklink+%2FD+STMicroelectronics+%22D%3A%5CProgram+Files%5CSTMicroelectronics%22%0Adir]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;output:&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=text&amp;amp;text=02-08-2020++16%3A37++++%3CSYMLINKD%3E+++++STMicroelectronics+%5BD%3A%5CProgram+Files%5CSTMicroelectronics%5D]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From that point on, you can directly build and load examples from TouchGFX Designer&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x338/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-1decdb9b-c0dd-497f-9fe4-a40fed754428/1016.contentimage_5F00_192183.png:620:338]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;(a new little success. Not yet from the CubeIDE, but a little first Hello, world!)&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21838&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: STM32H7B3I - First Experience with CubeIDE</title><link>https://community.element14.com/technologies/embedded/b/blog/posts/stm32h7b3i---first-experience-with-cubeide</link><pubDate>Sun, 02 Aug 2020 12:21:04 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1decdb9b-c0dd-497f-9fe4-a40fed754428</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;blockquote class="jive-quote"&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-1decdb9b-c0dd-497f-9fe4-a40fed754428/contentimage_5F00_215.png:16:16]&lt;/span&gt; what I can&amp;#39;t get to work yet: Compile a ToughGFX (example import or a self-made project) and load it on the board from CubeIDE.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;It&amp;#39;s not the build program. Because when I use the command line STMCube programmer to load the binary made by CubeIDE (I used the build profile TouchGFX-STM32H7B3I-DK-Release), the firmware loads and works.&lt;/p&gt;&lt;p&gt;So it must be the debug settings for the project in CubeIDE .... Investigating further ...&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=21838&amp;AppID=7&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>