C data - 1000.0f
hi I would like to know what does the f means in both 1000.0f and 2000.f ? anyone can kindly advise? ScalingFactor = 1000.0f/32768.0f; ScalingFactor = 2000.0f/32768.0f;
Ask questions, find answers, and share insights on STM32 products and their technical features.
hi I would like to know what does the f means in both 1000.0f and 2000.f ? anyone can kindly advise? ScalingFactor = 1000.0f/32768.0f; ScalingFactor = 2000.0f/32768.0f;
Hi there,I wrote some data to the Nand Flash which is extended by FMC.The address of Nand Flash is 0x70000000 in STM32F429BIT6.I can read the Nand Flash data by HAL_NAND_Read_Page_8b() correctly.But when I access the data by memory map mode, the data...
No download is possible since a week on your website.I'd like to download stm32cubeMx and motor workbench. ISP: Swisscom AGCity: ZurichRegion: ZurichCountry: Switzerland Please fix that. I already lost one week.
Hello everyone!I am working on a project and using STM32H7B3I-DK board. I am facing issues with SPI communication. I am using simple code: while (1) { HAL_SPI_TransmitReceive(&hspi2, tx_data, rx_data, strlen(tx_data), HAL_MAX_DELAY); // Send AT c...
I'm working on a Simple Boost PWM at 10KHz switching frequency for my Quasi Z source inverter. My requirements: Two PWM channels should generate complementary sine pwm when the shoot through condition is not satisfied. And the two channels should be ...
Can someone tell me if there are any examples of Cortex-M7 configuration for the STM32F7xx series? I'm specifically interested in how to relocate the LwIP RAM heap pointer.
I'm trying to work with USB on STM32U595ZJT6Q (with SMPS)Ref Clock Selection under USB_OTG_HS is set to 16MHzOTS HS Clock Mux is set to HSE (the board has 16MHz crystal)CubeMX 6.11STM32Cube_FW_U5_V1.5.0The code is stuck in USB_CoreReset, more specifi...
Hi amazing community. I am working with stm32f429 and cube ide. This is my configuration for the project /** * @brief CAN1 Initialization Function * None * @retval None */ static void MX_CAN1_Init(void) { /* USER CODE BEGIN ...
Hello, I am having trouble getting USART2 to work on my custom STM32F411 discovery board. I have written initialization code for USART2 but I am not seeing any output in my terminal program (minicom). Here are the key parts of my code: void usart_ini...
hi every one so i got a problem with bootloader in stm32 when i switch from bootloader to application everything is fine but at the middle of the user application at one function i face with hardfault. this is my initialization at main function:/* US...