问答

汇集网友智慧,解决技术难题

21ic问答首页 - TAG - HK32F103
  • 最新的HK32F103C8T6有USB开发例程吗?

    最新的HK32F103C8T6有USB开发例程吗?用STM32CUBE开发的USB HID程序可以用吗?

    USB开发 HK32F103 HID STM STM32 USBHID

    1642浏览量 1回复量 关注量
  • HK32F103使用AES问题 sos

    [backcolor=rgb(255, 255, 255)][font="]STM32的程序写入到贵公司HK32F103VET6中,可以运行,但发现AES加密库不能使用,不知道是不是不支持,不是说完全兼容吗?[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="]我使用的加密库是M3_CryptoFM_2_0_6.lb[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="]版本信息[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="]/**[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] ******************************************************************************[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * [url=home.php?mod=space&uid=288409]@file[/url] crypto.h[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * [url=home.php?mod=space&uid=187600]@author[/url] MCD Application Team[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * [url=home.php?mod=space&uid=895143]@version[/url] V2.0.6[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * [url=home.php?mod=space&uid=212281]@date[/url] 25-June-2013[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * [url=home.php?mod=space&uid=247401]@brief[/url] This file contains all the functions prototypes for the config firmware [/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * library.[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] ******************************************************************************[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * @attention[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] *[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] *

    © COPYRIGHT 2013 STMicroelectronics

    [/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] *[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License");[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * You may not use this file except in compliance with the License.[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * You may obtain a copy of the License at:[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] *[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * http://www.st.com/software_license_agreement_liberty_v2[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] *[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * Unless required by applicable law or agreed to in writing, software [/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * distributed under the License is distributed on an "AS IS" BASIS, [/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * See the License for the specific language governing permissions and[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] * limitations under the License.[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] *[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] ******************************************************************************[/font][/backcolor] [backcolor=rgb(255, 255, 255)][font="] */[/font][/backcolor]

    HK32F103问题 HK32F103 ic se ce license

    2232浏览量 0回复量 关注量
  • HK32F103VET6 DAC1 输出电压异常问题 sos

    void DAC_Configuration(void) { DAC_InitTypeDef DAC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE); RCC_APB1PeriphClockCmd(RCC_APB1Periph_DAC, ENABLE); GPIO_InitStructure.GPIO_Pin = GPIO_Pin_4; // GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; // GPIO_Init(GPIOA, &GPIO_InitStructure); //A¶Ë¿Ú //DAC_DeInit(); // DAC_Cmd(DAC_Channel_1,ENABLE); // DAC_StructInit(&DAC_InitStructure);//½«DAC_StructµÄÖµÉèΪĬÈÏ DAC_InitStructure.DAC_Trigger=DAC_Trigger_Software;//ÓÉÈí¼þ´¥·¢ DAC_InitStructure.DAC_WaveGeneration=DAC_WaveGeneration_None;//¹Ø±Õ²¨ÐÎÉú³É DAC_InitStructure.DAC_LFSRUnmask_TriangleAmplitude=DAC_TriangleAmplitude_4095; DAC_InitStructure.DAC_OutputBuffer=DAC_OutputBuffer_Enable;//ʹÄÜDACͨµÀ»º´æ DAC_Init(DAC_Channel_1,&DAC_InitStructure); /* Enable DAC Channel1 */ DAC_Cmd(DAC_Channel_1, ENABLE); DAC_SetChannel1Data(DAC_Align_12b_R,4085); DAC_SoftwareTriggerCmd(DAC_Channel_1,ENABLE); while(1) { DAC_SetChannel1Data(DAC_Align_12b_R,4085); DAC_SoftwareTriggerCmd(DAC_Channel_1,ENABLE); } 源代码如上,输出电压不对,试过其他数值也不对,代码之前是用在ST上的

    输出电压 DAC HK32F103 ni IO pi

    1986浏览量 0回复量 关注量
  • HK32F103VET6的USART3与STM32F103VET6好像不兼容 sos

    1.软件在STM32上运行正常,USART3在HK32上常错,偶尔正确;2.HK32的USART3映射到PC10\PC11; 3.HK32发完数据后,TX端的电平始终为低电平,而STM32会回到高电平,对这一点感到疑惑。 请专家帮助分析一下。

    HK32F103VET6 usart3 STM32F103VET6 HK32F103 电平 pc

    1874浏览量 0回复量 关注量
  • HK32F103VET6 rtc异常 sos

    RTC时钟异常,有后备电池,断电时间就不对了 变成0了

    RTC RTC HK32F103 断电 时钟 电池

    1709浏览量 0回复量 关注量
  • HK32F103C8T6使用SPI作为从机接收异常 sos

    HK32F103C8T6使用SPI作为从机,下载程序后,断电重启后,SPI直接异常,接收数据为全0;使用keil仿真器下载,复位,SPI能正常接收数据,但运行不到一分钟后接收数据为全0,且一直不能恢复,使用STM32正常,没有这个问题。请问这种问题怎么解决?

    单片机 HK32F103 spi ST 断电 仿真器

    1481浏览量 0回复量 关注量
  • HK32F103C8T6使用S**T库程序,PA0不能进入Standby模式 sos

    HK32F103C8T6使用S**T库程序,PA0不能进入Standby模式,请教大神们,该如何修改程序,解决兼容;

    stand STANDBY ST HK32F103 AN

    1548浏览量 0回复量 关注量
  • HK32F103VET6使用FSMC刷屏问题 sos

    HK32F103VET6替换STM32F103VET6使用FSMC刷屏出现花屏现象 在STM32下运行无此现象 已经排除外围元件问题 ,现在一批机器200多台已经出现不少于50台 出现这种情况 请问有朋友出现过这种问题吗? p.FSMC_AddressSetupTime = 0x02; p.FSMC_DataSetupTime = 0x05; p.FSMC_AccessMode = FSMC_AccessMode_B; p.FSMC_AddressHoldTime = 0x00; //µØÖ·±£³Öʱ¼ä p.FSMC_BusTurnAroundDuration = 0x00; p.FSMC_CLKDivision = 0x00; p.FSMC_DataLatency = 0x00; FSMC_NORSRAMInitStructure.FSMC_Bank = FSMC_Bank1_NORSRAM1; FSMC_NORSRAMInitStructure.FSMC_DataAddressMux = FSMC_DataAddressMux_Disable; FSMC_NORSRAMInitStructure.FSMC_MemoryType = FSMC_MemoryType_NOR; FSMC_NORSRAMInitStructure.FSMC_MemoryDataWidth = FSMC_MemoryDataWidth_16b; FSMC_NORSRAMInitStructure.FSMC_BurstAccessMode = FSMC_BurstAccessMode_Disable; FSMC_NORSRAMInitStructure.FSMC_WaitSignalPolarity = FSMC_WaitSignalPolarity_Low; FSMC_NORSRAMInitStructure.FSMC_WrapMode = FSMC_WrapMode_Disable; FSMC_NORSRAMInitStructure.FSMC_WaitSignalActive = FSMC_WaitSignalActive_BeforeWaitState; FSMC_NORSRAMInitStructure.FSMC_WriteOperation = FSMC_WriteOperation_Enable; FSMC_NORSRAMInitStructure.FSMC_WaitSignal = FSMC_WaitSignal_Disable; FSMC_NORSRAMInitStructure.FSMC_ExtendedMode = FSMC_ExtendedMode_Disable; FSMC_NORSRAMInitStructure.FSMC_WriteBurst = FSMC_WriteBurst_Disable; FSMC_NORSRAMInitStructure.FSMC_ReadWriteTimingStruct = &p; FSMC_NORSRAMInitStructure.FSMC_WriteTimingStruct = &p; FSMC_NORSRAMInit(&FSMC_NORSRAMInitStructure); /* Enable FSMC Bank1_SRAM Bank */ FSMC_NORSRAMCmd(FSMC_Bank1_NORSRAM1, ENABLE); 上面为FSMC初始化代码?各位大哥帮忙看看什么问题

    HK32F103 FSMC ST RS SRAM RAM

    957浏览量 0回复量 关注量
  • HK32F103RBT6能否完全代替ST?

    如题,请大家帮忙看一下,航顺的芯片能否完全替换掉ST的STM32F103RBT6 ?还是在有功能限制的情况下能够完全替换。

    HK32F103

    3667浏览量 20回复量 关注量
  • turestudio 可以用来做HK32F103的开发吗?

    目前有个小项目是用truestudio 跑stm32f103vet6 现在想前移到HK32上,跑的系统是RTT 请问可以迁移过去吗?

    HK32F103 Studio

    811浏览量 1回复量 关注量
  • HK32F103支持浮点运算吗?供电电压是5.5V还是3.6V?

    1.0.10版本的datasheet没有提任何浮点运算的,并且电压写的是支持5.5V。1.1.2版本的datasheet说支持浮点运算,支持电压改成3.6V了

    供电电压 HK32F103 datasheet sheet

    893浏览量 3回复量 关注量
  • HK32F103支持浮点运算吗?供电电压是5.5V还是3.6V?

    1.0.10版本的datasheet没有提任何浮点运算的,并且电压写的是支持5.5V。1.1.2版本的datasheet说支持浮点运算,支持电压改成3.6V了

    供电电压 HK32F103 datasheet sheet

    567浏览量 1回复量 关注量
  • 请问J-Flash列表中没有HK32F103RET如何解决?

    支持国产,但是将stm32f103ret移植时遇到许多问题,一个个解决后,如题问题请教各位大神,请指点哈。

    HK32F103 J-Flash

    1878浏览量 4回复量 关注量