User Activity

MyApplication.zip is created, but .json file is not created. i do not know why? Thanks
I am new to STM8 and STVD. Above is shown when I try to create my first project. What's the problem?thanks.
when make ADC calibration, using while(HAL_IS_BIT_SET(adc->CR, ADC_CR_ADCAL)); makes system reset.  CLEAR_BIT(adc->CR, ADC_CR_ADCALDIF);//single end  SET_BIT(adc->CR, ADC_CR_ADCAL);while(HAL_IS_BIT_SET(adc->CR, ADC_CR_ADCAL)); //make system reset//...