User Activity

Hello,I want to be able to do multiple routines in my stm32 code. I went for the option to use Switch case statements. The problem is after the code has done one iteration the variable that is used in the switch statement(routine_test) changes on its...
Hello,this is my functionvoid process_dds_ext_demod(uint16_t *inbufPtr1, uint16_t *inbufPtr2, float *in_phase_val, float *quadrature_val){ /*transfer DMA buffers to local Buffers-------------------*/ //transform values from int to float float ADC1_Bu...
Hello,I have a SPI interface with two slaves. This is my code: /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_DMA_Init(); MX_ADC1_Init(); MX_ADC2_Init(); MX_TIM6_Init(); MX_USART3_UART_Init(); MX_SPI1_Init(); MX_USB_DEVICE_Init(); /* ...
Hello,i have problems to import projects from one computer to the other. When I import the project it looks like the first one in the picture and I cant build it or do anything with it. The second project is generated locally and works fine. Has anyo...
Hello,I am building and electric field sensor. The driver signal for it is produced via DAC of the STM32F767zi microcontroller. The signal is 4 kHz and is generated at a sampling speed of 80 kHz via DMA and TIM6. As you can see from the picture the s...
Kudos from