custom_targets.json

Sun, 01 Nov 2020 22:16:33 +0100

author
David Douard <david.douard@sdf3.org>
date
Sun, 01 Nov 2020 22:16:33 +0100
changeset 43
c850674a3101
parent 29
276195d58a1d
child 60
5a2f23410b4d
permissions
-rw-r--r--

Add a series of reference serial data sessions from a working 34970A unit.

These sessions do have a few glitches, however (random off by one bit,
probably due to a sampling freq a bit too low).

Comes with an adapted version of the uart_filter.py script to interpret the
communication protocol.

{
    "HP34970_FP_F303RD": {
		"inherits": [
            "MCU_STM32_BAREMETAL"
        ],
        "core": "Cortex-M4F",
        "extra_labels_add": [
            "STM32F3",
            "STM32F303xE",
            "STM32F303RE"
        ],
        "config": {
            "clock_source": {
                "help": "Mask value : USE_PLL_HSE_EXTC | USE_PLL_HSE_XTAL (need HW patch) | USE_PLL_HSI",
                "value": "USE_PLL_HSE_XTAL",
                "macro_name": "CLOCK_SOURCE"
            }
        },
        "components_add": [
            "FLASHIAP"
        ],
        "detect_code": [
            "0745"
        ],
        "device_has_add": [
            "ANALOGOUT",
            "CAN",
            "CRC",
            "SERIAL_ASYNCH",
            "FLASH",
            "USBDEVICE",
            "MPU"
        ],
        "mbed_rom_size": "0x60000",
        "bootloader_supported": true,
        "device_name": "STM32F303RE"
	}
}

mercurial