Forum Post: RE: Which events belong to which event classes?
When the Audio Playback Framework is added in the configurator, it automatically adds relevant events for starting, stopping, pausing and resuming the player. There is also an event class added (called...
View ArticleForum Post: RE: GUIApp project name
Hello, In your call to dutyCycleSet, you specify last argument as 0. This means that you're changing duty cycle for pin A only. To change duty cycle on pin B, this argument needs to be set to 1. It is...
View ArticleForum Post: RE: new touch controller
Hello Steve, You can develop and use your own touch driver with sf_touch_panel_i2c under SSP 1.1.x. The only catch is that you'll need to write source to support your own module from scratch, as these...
View ArticleForum Post: RE: Which events belong to which event classes?
Hello, Seems like you're looking at GUIX Audio Player application. The message codes are not explicitly linked with message class, however this application note creates some sort of correlation by...
View ArticleForum Post: RE: Which events belong to which event classes?
I use the demo for the S7G2 ("S7_ALL_gx_audio_player_1_1_0") as the basis for my app. I don't know if it's the SK or DK (regardless these seem to be equal), so say GUIX_Audio_Player_SK-S7G2.zip. The...
View ArticleForum Post: RE: Which events belong to which event classes?
Hello, Can you provide more information about the error? The trap has been created to debug problems more easily so the status should give away what's gone wrong. What USB stick are you using? This app...
View ArticleForum Post: The Editor Scalability dialog trap (E2Studio)
Apparently when I double click a project, to close it or to open it, as just happened right now, I get the dialog below: (The quality you are seeing isn't what I uploaded, btw). I definitely am NOT...
View ArticleForum Post: DK S7G2 CAN MCLK
Does anyone know what the clock frequency is for the CAN MCLK on the DK S7G2 board? It is listed as the standard clock source for the r_can driver in the synergy configuration but the actual frequency...
View ArticleForum Post: RE: S7G2_DK CAN0 with Weather Station Example
I wouldn't bother trying to reproduce it any further as I am unable to either.
View ArticleForum Post: RE: Which events belong to which event classes?
I use a Renesas workshop 8GB USB stick. I loaded the official demo, play a .wav and advance well into the song. It then hangs. now I could not pause it at an APP_ERROR_TRAP(status). Instead I got:...
View ArticleForum Post: RE: DK S7G2 CAN MCLK
CANMCLK is derived from the Main Oscilator (MOSC), that is on the EXTAL pin. On the S7-DK board, the main oscillator is 24MHz
View ArticleForum Post: RE: DK S7G2 CAN MCLK
Thank you, couldn't find MCLK mentioned in the datasheet.
View ArticleForum Post: IAR synergy project. Adding compiled library .a
Dear Forum, Is there a simple procedure for adding a compiled library to the IAR project. I have a .h file for a library in a src directory, and .a file in a lib directory. How do I go about adding...
View ArticleForum Post: RE: GUIX Popup Windows
Hello, Karol - This works, in that it prevents underlying widgets from popping through the modal dialog on update. Unfortunately, it prevents messages from getting to the underlying windows at all;...
View ArticleForum Post: RE: Which events belong to which event classes?
Hello, When you're paused at the tx_thread_schedule.c, the application is idle (and hence the assembly won't show much, except sitting at WFI instruction). You can modify APP_ERROR_TRAP macro to...
View ArticleForum Post: RE: IAR synergy project. Adding compiled library .a
Hello Matt, Use: Project -> Options -> Linker -> Library (tab) -> Additional libraries to point to your .a and .lib files. Appropriate header file should be included in your source to...
View ArticleForum Post: RE: Which events belong to which event classes?
Hi Karol, I changed APP_ERROR_TRAP in application_define.h to #define APP_ERROR_TRAP(a) __BKPT(0); //if(a) while(1); Before the change the demo ran fine. Unfortunately, now it stops in...
View ArticleForum Post: RE: GUIX Popup Windows
Hello Steve, How are you sending messages to the underlying windows? If they're attached to the root window, the should still be active (even though the focus is set elsewhere). Sending events with...
View ArticleForum Post: Problem with arabian language
Dear all, I have been trying to implement support for different languages, but I am having problems with showing text in languages with a different alphabet as for example with arabic or russian. I...
View ArticleForum Post: RE: Which events belong to which event classes?
Hello, What is the status once you hit the trap on ux_system_initialize? Also, try the updated version for SSP 1.2.0-b.1, attached below. (Please visit the site to view this file) Regards
View Article