Forum Post: RE: Build only changed files?
All of my other projects build incrementally as expected. I only have one project that is building all of the files every time I select Build Project. And the console does start with "[HH:MM:SS] ****...
View ArticleForum Post: RE: GUIX and touch event troubles with SSP1.2
Hi Karol It's working fine now. (I forgot this IRQ settings during migration to SSP1.2)
View ArticleForum Post: RE: Build only changed files?
Hi Jeff, If the SREC file is changed, then the full build will be performed. I suppose your .bat file modifies SREC and this explains why it needs to perform the full build. Regards, adboc
View ArticleForum Post: RE: Build only changed files?
I don't think that is what is happening. I ran a test where I changed the post-build batch file to a test file called c:\test.bat and this file had only one line that contained the DOS command "dir"....
View ArticleForum Post: RE: Build only changed files?
Hello Jeff, Can you provide any details on what your script is doing? What files are accessed by it (not just for write)? e2studio is monitoring entire folder tree inside your project, touching "wrong"...
View ArticleForum Post: RE: Build only changed files?
I don't really see how it matters what my batch file is doing as my test.bat that did nothing other than "dir" had the same results. But the details are I put my post-build batch file in the project...
View ArticleForum Post: RE: TIMER_TICK_PER_SECOND redefined
Gary, it's exactly what I did. the source file shown in my post is generated by SSP automatically, which causes hundreds of warning messages. To eliminate these warning messages, I modified tx_port.h....
View ArticleForum Post: RE: Can't get screen to compile on a custom board
Thanks adboc, we managed to compile with your solution. Regards, isaenz.
View ArticleForum Post: RE: Selective SRAM initialization with MMF flash update on DK-S3A7
We are new to ARM so thanks for the tip, will try defining another section.
View ArticleForum Post: RE: TIMER_TICK_PER_SECOND redefined
Hi all I join the discussion, even if my question is slightly different. What can I do to make task sleep call independent from ThreadX tick settings? In other hands, what is the method to call...
View ArticleForum Post: RE: TIMER_TICK_PER_SECOND redefined
Hello, Accurate delays can be done using hardware timer with semaphore and a helper function: renesasrulz.com/.../25526 . Regards
View ArticleForum Post: RE: TIMER_TICK_PER_SECOND redefined
Karol yes shure ... but if you see the source of hal touch driver (on SSP1.2) there is a tx_thread_sleep(2) inside i2c functions ... I try to change ThreadX tick settings and this sleep will change and...
View ArticleForum Post: RE: Programming through Self-Programming
Phil, The VTOR has to be located on an address where the last 4 bits in the address are zero. That is the reason for the mask. It does not matter if the VTOR is in RAM or FLASH. -Gary
View ArticleForum Post: RE: TIMER_TICK_PER_SECOND redefined
Hi Jimmy, If you modify the tx_src_user.h file in the synergy_cfg /framework/el folder in your project and add the following highlighted code: #if (1000+0) #ifdef TX_TIMER_TICKS_PER_SECOND #undef...
View ArticleForum Post: RE: TIMER_TICK_PER_SECOND redefined
Gary, Thanks for the suggestion. I hope the future SSP release can fix this issue. Jimmy
View ArticleForum Post: S7G2; Where to find a project 'all singing - all dancing' ?
Hi Where do I find a downloadable E2studio project for S7G2 having all things 'activated' ? - Ethernet - BLE - webserver & ftp server/client - Graphics - key's - USB - and mush more BR Johnk
View ArticleHow to build release mode in e2studio. By default always debug mode project...
How to build release mode in e2studio. By default always debug mode project getting created and every time need to click multiple "resume" to execute the project on the board. if any one know how to...
View ArticleForum Post: RE: S7G2; Where to find a project 'all singing - all dancing' ?
Hi John, Unfortunately I haven't seen one project with all peripherals used. There are separate projects for Ethernet, Graphics, USB etc. You may find these projects on the Synergy Gallery (Support...
View ArticleForum Post: RE: Programming through Self-Programming
Hello Phil, Gary, Vector Table Offset (i.e. value configured in VTOR) needs to be 32-word aligned (i.e. 128-byte aligned) - the lowest 7 bits in VTOR are unused. ThreadX Threads use process stack while...
View ArticleForum Post: Custom board - problems with screen
Hi, we're trying to configure a custom board based on a PE-HMI1, but we don't manage to make the screen work. We're using SSP1.2.0 and e2studio v5.3.1.002. We have a working application for the PE-HMI1...
View Article