• Bug in rte_device.h
    I've found another error in rte_device.h for SMT32F4 family. It is related to USB_HS controller, ULPI interface. ULPI_NXT pin can be assigned to PC3 or PH4. In current RTE_device.h it can be (wrongly...
  • LPC2478 SSP
    The SSP peripheral of my LPC2478 (configured to use SPI frames) is generating a "RNE equals 1" status (Receiver Not Empty - thus, there is data available in the RX FIFO) after some data is placed in...
  • My keil5 doesn't make RTE_Device.h(Startup) in new projects
    Hi When I create a new project, I choose my micro controller(stm32f407VG) and check "CMSIS" and "Startup" in Manage Runtime Time Environment, but it doesn't buil "RTE_Device.h(Startup)" under Device...
  • NXP Kinetis MK20X256VLH7 (Teensy 3.2 Microcontroller) - RTE_Device.h Issues
    Hi, i'm working in Keil with the NXP Kinetis MK20X256VLH7 (Teensy 3.2 microcontroller). The microprocessor seems to get stuck when i wrote to these registers: PORTB->PCR[16] = (uint32_t)(PORT_PCR_MUX...
  • LPC1788 SSP maximum speed
    Hi I have simple question about lpc1788: *. what's the maximum bit rate of LPC1788 SSP? maybe it's duplicated question but I need to be sure because I wanna buy and design new board and SSP...