Since the CC2541 supports proprietary as well as BLE and the radio uses GFSK modulation, could a Bluetooth EDR stack be ported to this chip?
The proprietary and BLE modes are switchable on the fly by turning off the radio and setting the LLE_MODE_SEL bit. There appears to be enough configuration options in the modulation format for this to work. I don't know enough about the packet types, but I would think that the FIFO Tx and Rx could be set up to match the HW packets for EDR.
Such asACL: DM1, DM3, DM5, DH1, DH3, DH5, 2- DH1, 2-DH3, 2-DH5, 3-DH1, 3-DH3, 3-DH5– SCO: HV1, HV3 and DV– eSCO: EV3, EV4, EV5, 2-EV3, 2-EV5, 3-EV3, 3-EV5
Has anyone done this, or is it possible?