Hello, Can anybody tell me how to generate sine waveform using STM32F334R8T6 MCU? It has 3 channels (12 bits) DAC.
I am using STM32CubeMX to generate source code and Keil 5 for compiling the code.Please help.Thanks & Regards.Sagar.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using STM32CubeMX to generate source code and Keil 5 for compiling the code.Please help.Thanks & Regards.Sagar.
Initialization:static void MX_ADC_Init(void){ ADC_ChannelConfTypeDef sConfig; /**Configure the global features of the ADC (Clock, Resolution, Data Alignment and number of conversion) */ hadc.Instance = ADC1; hadc.Init.OversamplingMode = DISABLE; ha...
How do I generate FMC LCD interface using CubeMX?I tried, but got nothing LCD-related.Especially: nothing related to register select.
Posted on November 20, 2012 at 15:48Hello, I am having difficulty configuring the quadrature encoder interface on timers 2 through 5. I have successfully configured the encoder interface on timers 1 and 8, using the code below: TIM_TimeBaseInitType...
Hello,I am porting a project from STM32F4 to STM32H7. This project uses DMA1 and DMA2 with timer 8 and DAC and it works fine on STM32F4 but I can't get DMA running on STM32H7. Up to now I understood it this way that all I have to do is set the right ...
(yellow line: non inverting inputblue line: output of OPAMP )Hi,I am using the NUCLEO-F303RE board and now I am testing the OPAMP3 , which is one of the peripherals in STM32F303. I have set the PA1 as non inverting input, PB2 as inverting input. And...
BUGS: Error information for freezing Independent watchdog in the debug mode in the STM32H743/753 and STM32H750 Reference Manual(RM0433)__HAL_DBGMCU_FREEZE_IWDG1() macros:The following code are from STM32H7 library code:define __HAL_DBGMCU_FREEZE_IWDG...
Hi,I need to perform write and read operations on an external flash memory through spi protocol.The spi peripheral in the stm32f103 can be configured to 8 or 16 bits data frame lenght. I would like to be able to send longer frames. Is it a possible s...
Hi guys,I have use the stm32f105 to do a job on the IAP jump tp APP, and normally it works fine, but latest day, I have to disable the USB code on the APP code, then use the flash download demonstrator to download the APP, it runs OK, and then re-pow...