SSP_ERR_CMD_LOCKED
I'm getting SSP_ERR_CMD_LOCKED error (often, not every boot) after using the blankCheck function on S5D5. Comments indicate that this error happens because of an attempt to erase code flash protected...
View ArticleError - The Load Image Header was not found for this application.
I'm trying to create a BCH file and I'm running into the error Error - The Load Image Header was not found for this application.Ultimately I want the bootloader to pull a file from the USB thumbdrive...
View ArticleNETX duo NAT module with custom private network stack
HiI need to use the NAT module for network address translation. But the usage involves a custom private wireless interface which currently has no network driver. So the application works as follows,a....
View Article1 ms timer in S7G2
Hi all, I need 1 ms timer for one of the stacks in my requirement. How can I implement 1 ms timer in S7G2?It might be used for calculating timeouts etc. Please help with your inputs.
View ArticleHardFault without debugger attached
Apart from my issue with the flash API desecribed here, I also observe a reproducible hard fault when I don'T have a debugger/programmer attached later in my program. In debugging mode this error does...
View Articlesignal SIGILL creating a widget
Hi all,I'm having a problem trying to create a widget using the function gx_widget_createWhen function is executed the program stops immediatly stops and i got this message :Program received SIGILL,...
View Articlewhen malloc fails allocation, it doesn't return NULL.
Hello AllIf malloc fails to allocate memory, It doesnt return NULLI don't use SDRAM , but it returns an unusable address starting with 0x96 ****** rather than a HEAP area as shown below.This part...
View ArticleCompiler of IAR for Renesas 8.21.1.14828: error in dissipating arrays of...
The IAR-compiler fails in dissipating an array of complex structures.If I try to access a value within a structure-array the prozessor gets wrong values even if the debugger shows the correct values...
View ArticleDKS7G2 PDC settings for a custom camera
Hi ,I’m currently working on a project that consists in capturing a video flux from a camera.The camera is an ASX340CS from ONSemi.I’m using the development kit for the S7G2 synergy microcontroller...
View ArticleCAN can not init on S124
Hi I reference an-r11an0065eu0101-synergy-can-hal-mod-guide to learn about CAN module.And I' try to use CAN module on S124-DK but I get a problem with init CAN module on command...
View ArticleMake password program using LCD touch
hi everyone,I am try to make Password Program using LCD touch.in GUIX i make password screen and i enter the password using screen but my program is not working properly.here i am not able to compare...
View ArticleProblem with the touch panel framework
Hello I have this problema,I am using SSP1.2.2 and GUIX Studio 5.3.3.If I make very frequent clicks on the same element, I need to execute the action of the first press only and discard the...
View ArticleFileX Paths for root directory access
I'm porting over some linux code and the base directory is specified as with two defines for ROOT "." and SEP "/" - this is prepended to all file names that the code opens (converted to...
View ArticleConfig FTP Server to use existing FileX instance
I'm trying to get a quick FTP server going on a PK-S5D9 board that already has a NetX instance and FileX instance on a QSPI device. I can add the FTP Server and use the existing ip and netpool, but...
View ArticleMultiple i2c on same bus
Hi,I use three i2c components on the same bus (S7G2).When all three are operational everything works.But, if for some reason, one of the three does not answer any more when I ask it (broken), then the...
View ArticleIncoherent SO_RCVTIMEO behavior
Hi,Using the SSP 1.4.0 for a S7G2DK board I stumbled upon a strange behavior in NetX. I can totally call setsockopt to set the SO_RCVTIMEO option of a socket to 0, meaning that the socket would block...
View ArticleUSB Host fails init on PK-S5D9 board - ux_host_stack_hcd_register
I'm trying to get usb mass storage stack up on the PK=S5 board. It's failing in the hardware init (error 0x32, 50 - failed init).The HW on the PK-S5 uses the HS interface from what I can tell and there...
View ArticleFileX on QSPI. BSP_PRV_QSPI_DEVICE_PHYSICAL_ADDRESS
Hi,I have a problem with the configuration of FILEX using a QSPI memory of 128Mbits. I use ISSI IS25LP128F memory with 4096 sectors of 4096bytes. The total memory in bytes is 16777216. The first...
View ArticleHow to use the functon "nx_tcp_socket_receive_notify"
now,I want to receive data from the server,So,I write the follow code:char rev_buff[512];ULONG rev_len;status=nx_tcp_socket_receive(&client_socket, &tcp_rx_buffer, 0); status =...
View ArticleFatal Error[Pe035]: #error directive: "Secure builder required to compile...
I'm attempting to setup a Continuous Integration system using Jenkins and Synergy version 1.3.3 and IAR workbench 7.71.3 (setup_ssp_v1_3_3_iarew_7_71_3-final.exe installer).With the IAR Embedded...
View Article