Forum Post: RE: SSP 1.2.0-b status = nx_dhcp_user_option_retrieve(&dhcp_0,...
When using SSP 1.2.0-b.1, is the ICU tab supposed to be empty when editing configuration.xml?
View ArticleForum Post: RE: SSP 1.2.0-b status = nx_dhcp_user_option_retrieve(&dhcp_0,...
That's correct. We kept the tab for compatibility with SSP 1.1.z, however in SSP 1.2.0-b.1 interrupts are configured inside their respective driver module properties. Regards
View ArticleForum Post: RE: Why the new look?
Hello Laboratori, The changes to the forum script reach much further than just the user interface. A lot of features were added to help Renesas employees in managing the forum and providing timely and...
View ArticleForum Post: RE: Why the new look?
This may well be, but it does not matter to the "normal" user as it does not give any advantage. On the other hand the ease of use seems to decrease. 2 versions ago user's could configure their desktop...
View ArticleForum Post: RE: gx_utility_pixelmap_resize
Hi, Ok, I registered dynamic memory allocation services as it is done on the example Karol sent me and have used a pixelmap with alpha channel enabled and 32ARGB, and the previous error disappeared;...
View ArticleForum Post: RE: gx_utility_pixelmap_resize
Hello, gx_utility_pixelmap_resize raises GX_CALLER_ERROR when memory allocator is not defined (i.e. pointer to memory-allocating functions is NULL). Please make sure that gx_system_memory_allocator_set...
View ArticleForum Post: RE: gx_utility_pixelmap_resize
Hi, You were right I was calling the allocator after gx_system_start(). Now I am facing another issue, I can resize 32ARGB pixelmap but not other formats. Is there a limitation of the pixelmap format?...
View ArticleForum Post: RE: gx_utility_pixelmap_resize
Hello, gx_utility_pixelmap_resize should work with 32, 16 and 8 bit formats (32 and 16 bit with alpha is also supported). Make sure the pixelmap is not set to "compressed" in GUIX Studio. Regards, Karol
View ArticleBlog Post: Using Synergy Software Generated Framework Code in Applications
In the last several posts we have been discussing how to customize the BSP and even how to add modules and frameworks to an application. Adding these components to a project is one thing, but figuring...
View ArticleBlog Post: Updating Application Software using a Flashloader
Embedded systems have become extremely complex as systems have moved from disconnected, simple devices to smart and complex internet connected devices. Development teams need a way to remotely fix bugs...
View ArticleForum Post: RE: USB Host - Problems with host class instance SSP1.1.3
Thank you Jeremy, the application is working correctly with your changes. Regards, isaenz.
View ArticleForum Post: RE: GUIX circular gauge needle
SSP 1.1.0. I found something really strange. - I have an other thread (USB thread) : The malloc function return p_mem and the needle is displayed only if there is a breakpoint on the...
View ArticleForum Post: RE: GUIX circular gauge needle
Hello, How much memory are you allocating for USBX and how do you declare a memory pool for it? There seems to be a memory corruption issue somewhere in the code (most likely to do with USB handling)....
View ArticleForum Post: RE: Bootloader from USB for S7
Hi, are there any update about a SSP that includes a bootloader that enables the application firmware upload from a USB stick? Thank you.
View ArticleForum Post: RE: Bootloader from USB for S7
Hello Laser, I'm aware that bootloader for the module is currently being worked on however there's no planned release date as of yet. You can implement simple bootloader by jumping to the initial...
View ArticleForum Post: Changing system clock after reset via g_cgc
I need to boot up using the internal HOCO and then during my initialization I will change to the PLL which uses the external 24 MHz XTAL. I am using SSP v1.1.3 and the DK-S7G2 for testing. My procedure...
View ArticleForum Post: SPI GUIX SK S7G2
Hello All, I want to display sensor data ie; BME280 using SPI and GUIX. How I can proceed?? I am using TIMER and SPI apis but i am not able to display data. Please Help. And thanks in advance.
View ArticleForum Post: RE: Changing system clock after reset via g_cgc
Hello Jeff, I'm looking at the device initialization source and the default clock out of reset is set to MOCO. bsp_clock_init (called from SystemInit) initializes the right clock shortly afterwards....
View ArticleForum Post: RE: SPI GUIX SK S7G2
Hello, Please have a look at our "GUIX Hello World" application note that details most of the steps necessary in order to display graphics on the screen: www.renesas.com/.../D6000622.html For SPI...
View Article