Electronic Components Datasheet Search
  New Zealand  ▼
ALLDATASHEET.CO.NZ

X  

AN4228 Datasheet(PDF) 41 Page - STMicroelectronics

Part # AN4228
Description  Migrating from STM32F1 to STM32F3 microcontrollers
PDF  90 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

AN4228 Datasheet(HTML) 41 Page - STMicroelectronics

Back Button AN4228 Datasheet HTML 37Page - STMicroelectronics AN4228 Datasheet HTML 38Page - STMicroelectronics AN4228 Datasheet HTML 39Page - STMicroelectronics AN4228 Datasheet HTML 40Page - STMicroelectronics AN4228 Datasheet HTML 41Page - STMicroelectronics AN4228 Datasheet HTML 42Page - STMicroelectronics AN4228 Datasheet HTML 43Page - STMicroelectronics AN4228 Datasheet HTML 44Page - STMicroelectronics AN4228 Datasheet HTML 45Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 41 / 90 page
background image
DocID024110 Rev 5
41/90
AN4228
Firmware migration using the library
89
4.5
GPIO configuration update
This section explains how to update the configuration of the various GPIO modes when
porting the application code from STM32F1 to STM32F3 series.
4.5.1
Output mode
The example below shows how to configure an I/O in output mode (for example to drive a
LED) in STM32F1 series:
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_x;
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_xxMHz; /* 2, 10 or 50 MHz */
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;
GPIO_Init(GPIOy, &GPIO_InitStructure);
In STM32F3 series, you have to update this code as follows:
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_x;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP; /*Push-pull or open drain*/
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP; /*None, Pull-up or pull-down*/
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_xxMHz; /* 10, 2 or 50MHz */
GPIO_Init(GPIOy, &GPIO_InitStructure);
uint32_t CRC_CalcCRC(uint32_t CRC_Data);
uint32_t CRC_CalcCRC(uint32_t CRC_Data);
NA
uint32_t CRC_CalcCRC16bits(uint16_t CRC_Data);
NA
uint32_t CRC_CalcCRC8bits(uint8_t CRC_Data);
uint32_t CRC_CalcBlockCRC(uint32_t pBuffer[],
uint32_t BufferLength);
uint32_t CRC_CalcBlockCRC(uint32_t pBuffer[],
uint32_t BufferLength);
uint32_t CRC_GetCRC(void);
uint32_t CRC_GetCRC(void);
void CRC_SetIDRegister(uint8_t CRC_IDValue);
void CRC_SetIDRegister(uint8_t CRC_IDValue);
uint8_t CRC_GetIDRegister(void);
uint8_t CRC_GetIDRegister(void);
Table 21. STM32F10x and STM32F3xx CRC driver API correspondence (continued)
STM32F10x CRC driver API
STM32F3xx CRC driver API
Color key:
= New function
= Same function, but API was changed
= Function not available (NA)



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com