Method: Use union
(1) Union type definition
#define FLOAT_BYTE_NUM 4 //Number of bytes occupied by float type
//Floating point storage common
typedef union
{
float value;
uint8_t byte[FLOAT_BYTE_NUM];
} largeFloatData;
(2) Function definition
/********************************************************************************************************
Function name:
Function: Write a floating point number to the specified address
Details:
Input:
*********************************************************************************************************/
void Storage_WriteFloatNum( uint16_t addr, storFloatData data )
{
uint8_t i = 0;
uint8_t a = 0;
for( i = 0; i <= FLOAT_BYTE_NUM - 1; i++ )
{
AT24CXX_WriteOneByte( addr + i, data.byte[i] );
}
return;
}
/********************************************************************************************************
Function name:
Function: Read a floating point number from the specified address
Details:
Input:
*********************************************************************************************************/
storFloatData Storage_ReadFloatNum( uint16_t addr )
{
uint8_t i = 0;
largeFloatData read_data;
for( i = 0; i <= FLOAT_BYTE_NUM - 1; i++ )
{
read_data.byte[i] = AT24CXX_ReadOneByte( addr + i );
}
return read_data;
}
(3) Use routines
largeFloatData data0={12.34};
largeFloatData data1;
Storage_WriteFloatNum(0,data0);
delay_ms(20);
data1 = Storage_ReadFloatNum(0);
Previous article:STM32 study notes 7 - floating point rounding
Next article:STM32F4 study notes 4——Please pay attention to the initialization order when using DMA mode for STM32 AD
Recommended ReadingLatest update time:2024-11-16 14:53
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- CC2640R2: TI BLE OAD (OTA) protocol APP process and code interpretation on Android and iOS
- Transistor source, and the difference between NPN and PNP
- How to choose TVS tube for MSP430FR2633 touch chip
- [Analog Electronics Course Selection Test] + Functional Experience
- How to remove the AD official logo from the PCB template
- Will the basic technology of PA become more complex with the advent of the 5G era?
- [NXP Rapid IoT Review] Unboxing photos and simple connection test
- [Reprint] Open-loop full sine sensorless FOC
- Some companies provide employees with two computers
- Ultra-low power Bluetooth controlled, cost-effective, dimmable smart lighting solution