cannot debug, throwing the error
I accidently clicked on device configuration tool code generation icon i believe and i am now unable to run the code. I am getting these bunch of errors. How do i solve this problem?
I accidently clicked on device configuration tool code generation icon i believe and i am now unable to run the code. I am getting these bunch of errors. How do i solve this problem?
Whats happening is when I probe the WHO_AM_I register on the MPU6050 I am getting a weird response of 0x72 instead of 0x68. This does not happen on a generic MPU6050 only board. Any ideas? the code in question is simply "HAL_I2C_Mem_Read (&hi2c1, MPU...
Hi I have a custom STM32H743 board with FMC nor flash M29W128GH70ZS6, and I want to run code on this FMC nor flash.I noticed there is anexample project in STM32Cube_FW_H7_V1.11.0\Projects\STM32H743I-EVAL\Applications\ExtMem_CodeExecution\ExtMem_Appli...
I created a development board for an STM32L562CEU6P (P = SMPS part) which contains a 1.2V step down regulator for the externally-provided Vcore, and it also has a USB->serial converter (for various reasons I didn't want to use built-in USB) and an ST...
您好,我最近买的STM32F030C8T6芯片在刻录程�?�?��??�?�?�?,�?�能烧录一次。第一次烧录�?功�?�,通过外键�?�?�?�,芯片�?�?引脚会继续输出三角波,导致芯片无法正常�?�动,无法�?次烧录。您�?�能在移除外部晶体振�?�器�?��?新连接STM32 ST-LINK实用程�?刻录工具进行下载和刻录。连续七个芯片都是如此。你之�?买的薯片烧完�?�就正常了。�?然间,这个问题无法解决。检查电路�?�接线�?�?�?电路和晶体振�?�器电路是�?��?�正常。MC...
I want to send data from one SPI master to an SPI slave in the same MCU. I don't have separated bards for master and slave, they are in the same board. I'm using an STM32H7 MCU with the following configuration:SPI master:SPI slave:With the following ...
ProblemI'm having an issue where, after configuring timer 4 in encoder mode using the HAL, the CNT register is not updating while the encoder is turned. Messed around with it for some days but still can't get it to work. HardwareOptical encoder - NPN...
I am using stm32F030R8 Nucleo, my program reads three adc channels. Below I am showing the image. I don't find how to set ADC or DMA to get every ADC channels converted directly in a array like this uint16_t adcData[ADC_CHANNELS] BUFFER_SIZE]ie:adcDa...
Hi, I am trying to Define PC9 as AF2 for analog output. After defining, the output keeps high. How can I define it as "TIM3_CH4" not" USB_NOE"?It could be the reason getting HIGH.Thanks!Jason