• Система автоматизации с открытым исходным кодом на базе esp8266/esp32 микроконтроллеров и приложения IoT Manager. Наша группа в Telegram

Результаты поиска

  1. shangdawei

    Here is hal_spi_flash_ram.c written by Realtek Semiconductor Corp

    Yes, I found it from this Repo.
  2. shangdawei

    Here is hal_spi_flash_ram.c written by Realtek Semiconductor Corp

    / * * Routines to access hardware * * Copyright (c) 2013 Realtek Semiconductor Corp. * * This module is a confidential and proprietary property of RealTek and * Possession or use of this module requires written permission of RealTek. * / #include "rtl8195a.h" #include "hal_spi_flash.h"...
  3. shangdawei

    JTAG/SWD (китайский J-Link STLink V2) c OpenOCD

    InitStep7_Action = "Write 32bit" InitStep7_Value0 = 0x1FFFFFF0 InitStep7_Value1 = 0x00000100 InitStep7_Comment = "Write Page Size" InitStep8_Action = "Write 32bit" InitStep8_Value0 = 0x1FFFFFF4 InitStep8_Value1 = 0x00001000 InitStep8_Comment = "Write Sector Size"...
  4. shangdawei

    JTAG/SWD (китайский J-Link STLink V2) c OpenOCD

    STLink V2(STM32F103) as J-Link OB clock is 4MHz . Converting ST-LINK on-board into a J-Link Initial version that supports ST-LINK/V2 and ST-LINK/V2-1 SEGGER - The Embedded Experts - ST-LINK on-board
  5. shangdawei

    JTAG/SWD (китайский J-Link STLink V2) c OpenOCD

    Sorry, I dont know how to upload a file, so i post as text here. Uses JFlash to program RTL8710 Here is RTL8710Flash.jflash AppVersion = 61007 FileVersion = 2 [GENERAL] ConnectMode = 0 CurrentFile = "A:\fullflash.bin" DataFileSAddr = 0x98000000 GUIMode = 0 HostName = ""...
  6. shangdawei

    Таймеры RTL8711

    extern uint32_t SystemCoreClock; void CycleCounterInit( void ) { if ( !( CoreDebug->DEMCR &CoreDebug_DEMCR_TRCENA_Msk )) { CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; DWT->CYCCNT = 0; DWT->CTRL |= DWT_CTRL_CYCCNTENA_Msk; } } void CycleCounterDelayUs( uint32_t Us ) {...
  7. shangdawei

    Таймеры RTL8711

    tutorials:f401_f429_disco:cycle_counter:implementation [EmBlocks] /* ** ** CycleCounter.c ** ** **********************************************************************/ /* Last committed: Rev 1.0 Last changed by: Olavi Kamppari Last changed date: Feb...
Сверху Снизу