下载X-CUBE-MCSDK-FUL问题
你好�? 我申请下载X-CUBE-MCSDK-FUL两次,为什么没有通过啊�?
你好�? 我申请下载X-CUBE-MCSDK-FUL两次,为什么没有通过啊�?
Hi,While I can read one channel from both ADC1 & ADC3 in injected interrupt mode, till can not find a solution to read 8 channels from ADC2 in regular mode. Please send me sample code.Thanks
I've read through a couple other posts but haven't fount anything that helps me. I am trying to set some registers on a MMC5883 digital magnetometer and can't seem to write to the correct registers. I initialized I2C1 using the graphical Device Confi...
In the folder STM32L4xx_HAL_Driver - there is no stm32l4xx_ll_can.h / stm32l4xx_ll_can.c. Where can I find the driver?
I am using STM32F030CC in my application and set the Readout Protection to level 1. While I download the code with Flash Loader Demonstrator using USART bootloader, Flash loader warns that flash will be mass erased and all data will be lost when you ...
Hello, I just got STM32H747I-DISCO board. I have stlink-2 and I guess I cannot program this board with stlink2. Do I need to get STLink-3 or STLink-4 in order to program this board? In the description it says: Board has a built in STLink-v3 inside of...
We have had trouble with a STM32F7769BGT6 resetting when heated to around 45°C. The part should be rated for 85°C, as are the rest of the components on our board. We've looked at the power supplies and they don't show any issues. To duplicate the pro...
Hello, I'm trying to make a battery management system with LTC6803 but i can't read any values at all. All libraries i found are based on Arduino and i don't have any Arduino which i can try if are they working (so i can try porting the code to STM)....
I used the Cube's inits, and there seems to be no special codeBut I do not get any SPI response. Always 0xff for the whole bufferIt seems the clock is not working.Can anyone help ?ThanksEli
Hello, my waveplayer works, nearly.... For every half transfer and complete transfer, i read the next 256 byte in a 16bit array "uint16_t DAC_Buff" . done. while(1) { volatile ITStatus it_st; it_st = RESET; while(0 == (DMA1->HISR ,DMA_H...