• Configure CAN filter to accept all messages
    Hi All, Really need help on this one, any suggestions welcome!.... I'm using the CAN bus example program for MCBSTM32C eval board. It has an STM32F107 chip and I am have issues with the CAN Filter...
  • intialization of variables
    i want to know hw can i intialize the variables placed at specific memory location using the _at keyword. The memory region is NOINIT enabled.. whenever i try to intialize these varibles i got the error...
  • intialization problem
    sir i have kit of 8031 which has already program in rom. i connect with emulator ( winice(adm)) and also load a software on pc of same company (wintrc), i have tasking complier , i write a program in...
  • Array intialization
    I'm seeing some strange behavior when initializing arrays. I'm using the following code to intialize a 256 element array to zeros: xdata char myarray[256] = {0} The code seems to hang when I...
  • STM32, RTX and CAN Filter Message Index
    Hi, I'm designing an application receiving different configurable CAN frames. So I use the CAN_rx_object function to define them into the CAN filters. CAN_rx_object (U32 ctrl, U32 ch, U32 id...