• C164CI: How to set CAN Pins to Port 8
    I am looking for a way to change the CAN-port-pins from port 4 to port 8 (because of the need of all adress-pins). The Infineon doc talks about register C1PCIR (3 IPC Bits). When I set these bits from...
  • Can a function know whether it executes on interrupt context or not?
    Hello, I am busy writing an RTOS with a preemptive scheduler. I have written a mutex which works fine, but, of course, I cannot use that mutex (a one that loops until the lock is released by another...
  • How can I know the performance of the MCU?
    For example, when I run FFT in LPC1114, how can I know the cpu usage percentage? Is there any method? Please tell me if you know. Thanks
  • connect reset pin µC with reset-pin from ext. flash
    Is it a good way or important (necessary) to connect the reset pin from the external flash with the reset pin from the microcontroller? e.g. if you program your external flash via jtag? Or is...
  • anyone know how?
    #include <reg9e5.h> #define POWER 3 // 0=min power...3 = max power #define HFREQ 0 // 0=433MHz, 1=868/915MHz #define CHANNEL 106 // Channel number: f(MHz) = (422.4+CHANNEL/10)*(1+HFREQ) unsigned...