Hi I am experiencing an issue on my IDE I couldn't able to Run/Debug .However the ST Link can be communicated with the target in STM32 Cube programmer but not in STM32 cube IDE.Console Error:STMicroelectronics ST-LINK GDB server. Version 7.7.0Copyri...
Hi I am using STM32G030K8. as there is no TRNG options I am doing the ADC noise values to generate a 8 bit number.The MCU is supplied with 2.2V supply .I am using both mains and battery for my operation.However if battery is removed Im not gett...
I am using M24C04 chip and downloaded the software package EEPRAM2.if(EEPRMA2_M24_Init(EEPRMA2_M24C02_0) == BSP_ERROR_NONE)
{
chip_ok=1;
// DOUBLEFLASH();
}
else
{
chip_ok=0;
} if I used this instance it says chip ok=1 but the read ...
I am in work with a product firmware with STM32G030k8 with additional EEPROM M24C04 I coudlnt ble to instal the driver files .
Is this the righ tway am doing,can any one please address this?I am not able to hightlight or install Thanks.
Hi I am working on a own prototype.The issue facing is NRST pin pulled low once powered on.Actually it should give me 2V.MCU used is STM32G030K8.and also on checking the PCB tracking its fine .When we checked by removing the MCU chip NRST is 2.0v .Wh...
This is the board usually I use for my development and debugging STM32F407G-DISC1 .I am finding issues on working in STM CUBE IDE.I can talk to the target withSTM 32Cube Programmer.I am confused why this happening.Please help
I am using STM32 Discovery Kit board to program my prototype.My target have STM32G030K8 MCU. I can program hex file with STM32 Cube Programmer but not able to use STM32Cube IDE for debugging