Forum Post: RE: RL78/G14 VECTOR CONTROL OF PMSM
Thanks for the reply Frank. Can you please specify how to decide by how many bits should we perform left shift as in the file specified above as reference they have used different values of n for left...
View ArticleForum Post: RE: RL78/G14 VECTOR CONTROL OF PMSM
Thanks for the reply Frank. Can you please specify how to decide by how many bits should we perform left shift as in the file specified above as reference they have used different values of n for left...
View ArticleForum Post: RE: RL78/G14 VECTOR CONTROL OF PMSM
Thanks for the reply Frank. Can you please specify how to decide by how many bits should we perform left shift as in the file specified above as reference they have used different values of n for left...
View ArticleForum Post: RE: RL78/G14 VECTOR CONTROL OF PMSM
Thanks for the reply Frank. Can you please specify how to decide by how many bits should we perform left shift as in the file specified above as reference they have used different values of n for left...
View ArticleForum Post: RE: RL78/G14 VECTOR CONTROL OF PMSM
Thanks for the reply Frank. Can you please specify how to decide by how many bits should we perform left shift as in the file specified above as reference they have used different values of n for left...
View ArticleForum Post: RE: Not able to configure PWM for MTIOC4D (Rx62n 100pin)
yes i am setting this for MTIOC4D-B R_MTU2_Set( PDL_MTU2_PIN_4BD_A | PDL_MTU2_PIN_4AC_B|PDL_MTU2_PIN_4BD_B ); R_MTU2_Create ( ch_no,...
View ArticleForum Post: RE: Not able to configure PWM for MTIOC4D (Rx62n 100pin)
There must be a typing error. You cannot use PDL_MTU2_PIN_4BD_A AND PDL_MTU2_PIN_4BD_B. I think in this case only P31 is used as MTIOC4D output. Is this what you want? Does register PFCMTU have the...
View ArticleForum Post: Safety Functions - Stack pointer monitor function
Hello, I'm using a RL78 F13 uC with safety functions. How do I set up the underflow and overflow of the registers for the stack pointer, to get an interrupt if I have an error? Is like an algorithm or...
View ArticleForum Post: RE: Setting MAC Address
Hello Nate, You can find MAC address settings in the properties for sf_el_gx in the configurator: Regards
View ArticleForum Post: Read Memory of R8C\27 by E8a
Hello all. I want read flash memory of R5F21272nfp MCU by E8a. Also, I have R8C\27 starter kit. I can download my program by HEW by reading user guide. Can you help me? Thanks.
View ArticleForum Post: RL78/D1A CS+ Sample/Demo Code
Hi. I am completely new to Renesas MCU and RL78. I am trying to use the RL78/D1A R5F10DPJ to talk to another IC using I2C/IIC interface. However I can not find any RL78/D1A sample/demo code in general...
View ArticleForum Post: RE: How do I re-configure an RIIC pin after TX starts
Hello Steve, Great stuff! Even though we discourage direct register access, it is still there for everyone to use in cases such as yours. Registers can either be accessed with their name, or as a...
View ArticleForum Post: RE: nx_packet_release returns 0x7 (NX_PTR_ERROR)
Hello Nandan, According to the NetX documentation, you shouldn't release this packet manually (I'm assuming it's done automatically): You're seeing pointer error because your send_packet_ptr is reset...
View ArticleForum Post: RE: Read Memory of R8C\27 by E8a
You can read flash memory using FDT tool if the ID code of the device is not programmed. www.renesas.com/.../flash-development-toolkit-programming-gui.html
View ArticleForum Post: Problem in BLANK_CHECK command of Pico PDL library in RL78
Hello Readers, I'm working on RL78G13 controller in my project. I have used pico FDL library for accessing dataflash. I have written few bytes of data in one specific block from starting relative...
View ArticleForum Post: RE: nx_packet_release returns 0x7 (NX_PTR_ERROR)
Hi karol, But why is my nx_packet_allocate is returning the value 0x1(NX_NO_PACKET) ? I added the nx_packet_release just because the allocate was returning as NX_NO_PACKET . When does...
View ArticleForum Post: RE: RL78/D1A CS+ Sample/Demo Code
You can use Applilet3 to generate the initialisation code for SAU. Applilet3 supports RL78/D1A. www.renesas.com/.../D3017818.html
View ArticleForum Post: RE: nx_packet_release returns 0x7 (NX_PTR_ERROR)
Hello Nandan, At line: nx_packet_allocate(&pool_0, &send_packet_ptr ,NX_TCP_SOCKET, 500), you misspelt third argument as it should say "NX_TCP_PACKET". Also verify that the IP fragmentation is...
View ArticleForum Post: RE: Read Memory of R8C\27 by E8a
Thanks a lot dear. I will check it & response to you. Best regard
View Article