Browse By Tags

  • monostable with microcontroller

    How to create a monostable using the microcontroller's timer, I'm using the LAUNCHXL2-RM46 development kit. This mcu has a module "High-End Timer (N2HET)" has functions, capture, pwm, edge. What function would be adequate to create a simple delay, to…
  • Receive serial data SCI notification RM46L852

    I am using the LAUNCHXL2-RM46 kit case 11U: byte = (uint8)(sciREG->RD & 0x000000FFU); if (g_sciTransfer_t[0U].rx_length > 0U) { *g_sciTransfer_t[0U].rx_data = byte; g_sciTransfer_t[0U].rx_data++; g_sciTransfer_t[0U].rx_length--; si (g_sciTransfer_t…