Stm32f103 flash write example. Copy the _Template_Flash\ … 1.

Stm32f103 flash write example. Click Middleware → FATFS.
Stm32f103 flash write example First we need to modify the memory layout in the linker script file (. The aim of this series is to provide The aim of this series is to This example contains a bootloader example, 2 app examples and a desktop app to flash binary files to a STM32. We have to redirect the printf to our debug COM port (UART3). - libopencm3/libopencm3-examples So take your code you have for read/write/erase of the SPI FLASH, and integrate that with the DISKIO layer of FatFs. c / . The aim of this series is to provide easy For example, you write a byte using EE_WriteVariable(). Word program time = 16 ms • Page (32 Simplest stm32 asm example. Flash_Write_Start(totalBlockNumber,blockNumber,(frameDataCount - 8), blockData); Than this is the Flash_Write_Start function: HardFault. Skip to content Navigation Menu Toggle navigation Sign in Product Writing "1"s individually - Flash memory when accessed directly only allows you to write "0" bits under given address. I am not able to comment on the software, but according to your comment you want to enable the reading and writing of the flash. You have two spaces Initialize and Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about This example will create a "camera interface" in the windows "device manager" by USB. 2. Plan and track work library flash emulation The SPI is configured in Full Duplex mode, so the STM32 as master can send and receive data at the same time. There is no camera Example A benchmark between the STM32F103 and STM32F303 microcontrollers using the STMicroelectronics MC library V3. For instance, ZoneA_Start = 0 and ZoneA_End = 4 means that the first 5 pages are write protected. This functions work on the gcc and standard linker script. h files that provide a sample empty template for you to implement, Writing "1"s individually - Flash memory As an example, you’d have to load a program to an STM32 five times a day for over five years to reach the absolute minimum number of supported erase/write cycles. In this example I am trying to erase flash sector 10 (0x080C0000 to As you've mentioned, there is a USBD_MSC_Template_fops. We will learn how to write, read and protect the backup registers using the STM32Cube STM32 SDIO SD Card FatFS Example Project. Only asm, only hardcore! There is simple make and ld files for fast and soft start This example used blue pill stm32 board & ST-LINK V2 programmer I'm using STM32f103 and in my program, I need to save some bytes in the internal flash memory. So I moved the writing code around in my program, and I found that if I called With Azure RTOS complementing the extensive STM32Cube ecosystem providing free development tools, software bricks, and software expansion packages, STM32 users can also Stm32 Flash Programming - Free download as PDF File (. Flash module organization (connectivity line devices) The Flash memory is organized as 32-bit wide memory cells that can be used for storing both code and data constants. h" to your code Start with Init function Enjoy ) STM32 bootloader example that can jump to 2 apps. Compute the Number of Words; New STM32 Bootloader Tutorial: https://youtu. 0\Projects\STM32L031K6-Nucleo\Examples\FLASH\FLASH_WriteProtection. In the FATFS Configuration, set USE_LFN as Enabled with static working buffer on This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The Hal does Using W25Qxx Serial Flash on STM32. English ; 中文 ; 日本語 DS5792 High-density performance Simple example projects showing how to use libopencm3. -- X - Table 1. Click Middleware → FATFS. A write operation cannot be performed over existing data. txt) or read online for free. STM32F4 Flash 메모리 구조 MCU 라인업에 따라 아래 구조는 상이하기 때문에 Reference 메뉴얼 It is a little bit annoying that you can’t write to the Flash chip in memory-mapped mode, but this peripheral still presents a simple way to quickly read from external Flash using Now we will enable the FATFS. I am using this CRC generator. In this tutorial, we are going 2. STM32Cube_FW_F4_V1. I have read in the reference manual that STM32F103xx has a USB peripheral but can only act as a device in the A collection of code examples for the STM32F103C8Tx microcontroller - augustofg/STM32F103C8T6-Examples. Read flash and compare Read 1048576 bytes when an address to be erased/programmed belongs to a write-protected part of the Flash memory. Without volatile, the for loop gets optimized to nothing The Commands Tab - Connect GDB to OpenOCD. . In version V3. @ StartPageAddressis the address of the Start page, or memory in the page, from where you want to start writing the data. I need small logging functionality (about 4-8k) and do not like to use additional hardware (EEPROM or SDCard). It now I want to write a variable, for example an integer with the number 5 to the FLASH and then after the power goes away and the device is turned on again read it. I would like to be able to both flash the device and send commands using Download the latest HID Bootloader release; Download the stm32flash from Roger's Clark Github repo. Then tick User-defined. There will be two parts to this tutorial. the bootloader ROM, you can reprogram the Flash Memory with your application using USART1 Serial Interface. pdf), Text File (. I have an example script that works. bin] -h This help -q Quiet -V Verbose -e Erase -w Write -v Verify -r Read -l length Length of read -p port I take from this that the Connectivity Line devices are available with as little as 64K of FLASH, but that the page size is still 2K. Write OPTKEY1 of the FLASH option key register 3. This example works for an STM32F405xG. Automate any workflow Codespaces. In the rest of the FLASH_Write Protection This example describes how to configure and use the FLASH HAL API to enable and disable the write protection of the internal Flash memory. Set PER in the flash CR Write the address to flash AR Set STRT in flash CR Poll BSY in the flash SR Clear PER in the flash CR Hal flash unlock. cron stm32 spi STM32 USB MSC. 0\Projects\STM324x9I_EVAL\Examples\FLASH\FLASH_EraseProgram\Src\main. I generated a sample I am trying to make a base project for blue pill STM32F103 which I can use for multiple projects. Unfortunately I cannot figure out This means reading or writing to 0x0000 0000 – 0x0000 7FFF0 space is redirected to the address space starting at 0x800_0000, 0x1FFF_EC00, or 0x2000_0000. 38 KB/s. bin to the flash on the device, and then perform a verification after writing is finished. Navigation Menu Toggle navigation. I am using an ARM Cortex-M4 microcontroller from ST, STM32F411CE. As an example, to perform a page erase on bank 1, the user code must write to FLASH_CR register, while it must write to FLASH_CR2 for bank 2. In this example project, our ultimate goal is to test the STM32 SDIO interface with an SD Card and also test the functionalities provided by the FatFS library and use it to create a text file, Emulated EEPROM using embedded Flash memory: once started by the CPU, the write process can be interrupted by a power failure. I've got the USB library working properly (simply reading and writing data from/to RAM STM32F103 GPIO Tutorial using STM32CubeIDE This is the Series of tutorials on the STM32 Microcontroller. 20 µs) => Interrupts should be I am trying to generate CRC with STM32L4 hardware modul. 16. What I'm trying to understand is why it works. text (Code) Sections. The STM32F103C8T6 does not have Flash memory read, write and erase operations on MCU STM32F103C8T6. Then I should be able to write to that I want to read/write from external flash (Winbond W25Q16BV) with STM32 micro (stm32F030F4). Speed : 257. I just do Hal flash unlock. The Write Protect (/WP) pin can be used to I want to write to flash Sector 11 of STM32F407VGT from my user code to store some data. c FLASH_Status FLASH_EraseSector(uint32_t FLASH_Sector, Reading and Writing on STM32 MCU Flash Memory. Here, data is transmitted by the master device and received by * Since erased Flash starts at 0xFF and bits can only be written as 0, * writing a new value of an EEPROM byte involves appending a new record * to the list of current records The STM32F103 originally made its fame through the Maple Mini and Maple Arduino clones made by a company called LeafLabs, for example, if you want to send data using one of the boards’ USART interfaces and receive An ongoing Flash memory operation will not block the CPU as long as the CPU does not access the Flash memory. like STM32F103C8 Examples. I checked the debug FPEC (Flash memory program/erase controller): write operations to the main memory and the information block are managed by an embedded Flash program/erase controller (FPEC). Unlock the FLASH_CR with the LOCK clearing sequence 2. Here I've This article is a continuation of the Series on STM32F103 Bootloader and carries the discussion on Bootloader design and implementation. But as far as I know, I have to erase a whole page to write in it, which will take For example, if I want to write some data to the address 0x080600A0 in STM32F411CE controller, then I have to erase sector 7. STM32F103-CMSIS-I2C-AHT10-lib AHT10 library and sample project to read temp and humidity and disiplay them along with "heat index" on an I2C driven FLASH_Write Protection This example describes how to configure and use the FLASH HAL API to enable and disable the write protection of the internal Flash memory. Copy the _Template_Flash\ 1. Just base project template to move on - Volodymyr89/STM32F103_Flash_Example I am trying to make a base project for blue pill STM32F103 which I can use for multiple projects. Instant dev environments Issues. The aim of this series is to provide easy and practical examples that anyone can Make sure that set of 4 blocks is not write protected. Contribute to avislab/STM32F103 development by creating an account on GitHub. How can I guarantee STM32F103C8 Examples. hlyc666: 非常形象,深入浅出 电机转矩、功率、转速之间的关系及计算公式 Pay attention to the flash memory timings in the datasheet, erasing a sector halts the controller for up to 40ms, and flash endurance, only 10000 erase-write cycles are This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. com/viktorvano/STM32F3Discovery_internal_FLASH0:00 - Introduction1 The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. I would like to validate fatfs files so basically I have byte arrays. The software maps this location to a flash page, reads that page, inserts your byte where appropriate, then programs an entire new The goal currently is to utilize STM's mass storage library to write data to flash over USB. If you want to write your structure to flash the simplest way is to view it as a buffer of bytes or I'm trying to read/write data to a USB flash drive. If you In this example, the objective is to set up communication between two NUCLEO-L476RG boards through SPI. This tells me that the memory size, in itself, does STM32 SD Card SPI & FatFS Example Project. Finally, we need to write the data back to the Flash memory. STM32F10x_XL devices feature up to 1 Mbyte with dual bank architecture for If the program has been successfully uploaded, you should see the green LED flash at 1-second intervals. 4 shows that, in case of single motor control using three void write_to_flash(myBuf_t *buff) res_addr = flash_search_adress(res_addr, BUFFSIZE * DATAWIDTH); // ищем свободные ячейки начиная с последнего известного адреса STM32F103C8 Examples. @ Data is the pointer to the 32 bit data array, that you want t This programming manual describes how to program the Flash memory of STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx and STM32F107xx microcontrollers. In this tutorial we will cover how to use USB Mass Storage Class (MSC) in STM32. Observe the For stm32f103 the FLASH is guaranteed to work for 10000 cycles of write then erase. Here, data is transmitted by the master device and received by the slave. The aim of this post is to help you familiarise with using SPI peripheral in STM32 STM32F103 Blink LED (using Keil and STMCubeMX): In this Tutorial, I will be showing you detailed steps to BLINK LED on your STM32F103 Board. Tips, Buy me a coffee, or three. In this example project, our ultimate goal is to test the functionalities provided by the fatfs library and use it to create a text file, write to it, read the Like the C program, printf won’t work here. I can read This example will create a "camera interface" in the windows "device manager" by USB. This In this post, I will show how to write to flash memory. Cookie Notice Cookies and similar load a program to an external flash device connected to a target STM32 MCU. Plan and track work Programming STM32F103 is the example board taken for this project, however, this can be made to work on other controllers by tweaking the address and sizes of Flash and SRAM. If no byte 0xFF can be found then the sector is full - erase the sector (using some thing like stm32f?xx_flash. The function Flash_Write_Datatakes the following parameters 1. But as far as I know, I have to erase a whole page to write in it, which will take Then we write the data in the local buffer. There is an application note listing all examples. I'm measuring writing identical for both banks. You can skip the --port option by configuring environment See below for sample I2C projects. 7. To verify that LD2 is set to GPIO_Output mode: Type “LED” in the Find field and check that LD2 (green In this example, the objective is to set up communication between two NUCLEO-L476RG boards through SPI. 07 seconds. In this PDF, I see an example for STM32F103 (quite similar to your The FlashStorage_STM32 library aims to provide a convenient way to store and retrieve user data using the non-volatile flash memory of STM32F/L/H/G/WB/MP1. Flash Module Organization (medium-density devices) Flash_Write_Data. The STM32F10xxx embedded Flash memory can be programmed using in-circuit Hello, i am making adsp-21488 spi flash programmer, and i run into some trublmes. be/S0s69xNE1dEgithub project: https://github. /stm32loader. Add the code given below to your project. There are two types of flash memory technologies; NAND flash and NOR For example, if I want to write some data to the address 0x080600A0 in STM32F411CE controller, then I have to erase sector 7. Therefore, the page/sector where the You’ll learn how to use the internal STM32 Flash NVM (Non-Volatile Memory) as EEPROM To Write/Read Variables Permanently. Skip to content. py [-hqVewvr] [-l length] [-p port] [-b baud] [-a addr] [file. Automate any workflow 4-16 in/out and 3-15 IN/3OUT USB MIDI interface for STM32F103 series Write better code with AI Security. Announcements; New users start here; ↳ Forum rules, FAQs and HowTo's; ↳ Let us know a bit about you and your projects; Arduino for STM32; ↳ General discussion I'm trying to write a linker script for my first firmware for STM32F103C8T6 microcontroller. This example can help you to I would like to write some data in the flash memory of the following mcu STM32F103. Contribute to viktorvano/STM32-Bootloader development by creating an account on GitHub. I By booting into the System Memory i. For To read/write data from/to flash memory with HAL functions, I advise you to get inspired from an available example such as FLASH_FastProgram under STM32CubeL4. e. Contribute to ammaaim/stm32_plain_asm development by creating an account on GitHub. STM32F4 Flash 메모리 구조 MCU 라인업에 따라 아래 구조는 상이하기 때문에 Reference 메뉴얼 If I write again to the flash nothing seems to happen. - libopencm3/libopencm3-examples. /default. g. Firstly, you have to know what the bootloader is. The Black Pill boards, whether original or copy, all includes an unpopulated footprint on the back side, with space for a "generic eeprom". The Data size is set to 8 Bits because the ADXL345 only supports 8 bit data Plenty of examples for the stm32f1xx_hal; You can find this example’s code on Gitlab; I also plan to do some more posts on this, but you know time and motivation. In the first part we will allocate the RAM as the For example: HAL_FLASH_Program(FLASH_TYPEPROGRAM_WORD, 0x8010000, *(uint32_t*)demo); will write "nucl" under address 0x8010000. I have some functions to read-and write to memory to STM32F103 internal memory. The data type for the values to be read or written is void *. If you type in a message longer than 128 Write better code with AI Security. The STM32F10xxx embedded Flash memory can be programmed using in-circuit . The FLASH After a system reset, the backup and RTC registers are protected against parasitic writes. 25. If you want to achieve 100k write cycles, for load a program to an external flash device connected to a target STM32 MCU. Note: Creating a flash programming algorithm with MDK-Lite is not supported. Thus some functions manages all devices, while other are dedicated Below is the function to write the data into the Flash. and. I would like to be able to both flash the device and send commands using The write protection start and end values are in terms of flash memory page numbers. Discover PDF resources and datasheets around STM32F103 . In case of a software reset, ongoing word write operation (for example, M24C64: I 2 C serial access EEPROM) Emulated EEPROM using on-chip flash memory Write time • Random byte write in 4 ms. Once certain bit has been flipped to "0", it can no longer be Table 5. Simple example projects showing how to use libopencm3. Objectives of This STM32 LED Blink Example Project: Configure GPIO Output Pin Within the STM32CubeMX Tool; Use HAL_GPIO_Write function to change 电机转矩、功率、转速之间的关系及计算公式. And click Apply to write the new option byte value in the flash memory of the STM32. In case of a software reset, ongoing word write operation This will pre-erase flash, write somefile. - vinhdevED/FLASH_STM32F103 Flash memory is a non-volatile storage medium that can be electrically erased and reprogrammed. If a read/write operation [to flash] is initiated during STM32F103C8 Examples. Which (for many uses) is not enough. HAL_FLASH_Unlock(); FLASH_EraseInitTypeDef EraseInitStruct; Writes and reads must be performed in 16 bit (half word) chunks so a little bit of type casting is necessary. but running process halt on 'HAL_SPI_Init()' function. Hello , thank you to all. In this section, we’ll discuss integrating the STM32 FEE library into your projects step-by-step. IAP This article is a continuation of the Series on STM32 Bootloader and carries the discussion on Bootloader design and implementation. The Flash Emulated EEPROM using embedded Flash memory: once started by the CPU, the write process can be interrupted by a power failure. bin) according to your board. ld file) Modify the existing FLASH and add a new line for DATA. Find and fix vulnerabilities Actions. For example the mass erase of a Flash memory where at least one sect or is write The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F1/F3. 2401_89381319: 我就是来找这个的 STM32 NVIC配置详解. The aim of this series is to provide easy and practical examples that anyone can This project is to develop a SWD probe that can halt, run, and step the STM32F103 MCU. We’ll create some example projects to practice what we’ll be learning in this tutorial. st-flash write . In this repository, i will give some information detail and perform how to do with that. If the address space 0x0000 Simple example of flash read write with STM32F103. ; Extract the stm32flash to your hard disk. I use STM32F415 and using SPI1 (PA5/6/7) *** PB0 for communication with SPI. 1. There is no camera In order to investigate further, I built some sample code that writes files to SD and it works fine. 0, some functions were updated and new ones were added to support STM32F10x_XL devices. After uploading the program, you This example shows the use of the green LED pin LD2 present on the NUCLEO-L476RG board as GPIO_Output. 1. e. It gives simplest asm example for stm32f103 . Write OPTKEY2 of the FLASH option key register Be aware Stm32 Flash Programming - Free download as PDF File (. It's using the buffered I am implementing a emulated EEPROM in flash memory on a STM32 microprocessor, mostly based on the Application Note by ST (AN2594 - EEPROM emulation Adafruit Serial Flash Speed Test example JEDEC ID: EF4014 Flash size: 1048576 Erase chip Write flash with 0xAA Write 1048576 bytes in 4. You can also use this program to increase or decrease the delay of the LED light. When I want to use the Write better code with AI Security. Master board project 2. please any one X-CUBE-IAP-USART - STM32Cube in-application programming using the USART embedded software (AN4657) - STMicroelectronics. 3. Write better code with AI Security. Once the program is 16-bit NOR Flash memory 2. Copy into that folder the HID Bootloader file (xxx. Then I should be able to write to that In this simple STM32F103 bootloader example, we will be using the concepts which have been explained already in the below-given tutorials. So the next tab is the Commands tab and that's where the meat of the issue lies. This You will build a project to control a 8×8 LED Dot Matrix MAX7219 module using STM32F103. ropbase is the beginning of Here you can see some sample code that shows the difference between generated assembly code with and without volatile keyword using the excellent godbolt tool. Purchase the Products shown in this video from :: https://controllerstech. cron stm32 spi Original Version by: Ivan A-R <ivan@tuxotronic. It is only to have a basic project to make the enumeration. 1 Difference in write access time As Flash memories have a shorter write access time, critical parameters can be stored faster in the emulated EEPROM than in an ex ternal serial How to save an array to a particular flash position at compile/link time? in STM32 MCUs Products 2024-08-29; Writing a program that updates itself at runtime in STM32 MCUs I'm using STM32f103 and in my program, I need to save some bytes in the internal flash memory. If we want to write the data, we need to erase the flash sector. org> Usage: . The probe is able to perform flash programming to download program into the target STM32F103C8 Examples. Since Most stm32 controllers doesn't have any internal eeprom, we can make use of the available Flash to write the data. Contribute to stDstm/Example_STM32F103 development by creating an account on GitHub. The linker script I STM32 EEPROM (FEE) Library Integration. Plan and track work W25qxx, N25Qxx and Flash read/write with nucleo STM32L432, Bluepill or Blackpill. This bootloader example can jump to 2 different applications. Example for the . 1 FSMC configuration To control a NOR Flash memory, the FSMC provides the following possible features: Select the bank to be used to map the NOR Flash Discover PDF resources and datasheets around STM32F103 . isr_vector (interrupts) and . Note: Whenever you are • The high voltage is kept on the Flash memory for all programming. After Writing these line of code I have two functions and I begin to call the function STM32_PLC_Flash_Set_ADC_Gains_For_Configuration_Index_0(uint8_t gain) first. It's using the buffered read and write to minimize the access to Flash. A bootloader is an small program executed when the microcontroller boots, and contains the Write better code with AI Security. Now you'll have a better STM32 LED Blink Example. store_____ 1. • Maximum time between two double-word write requests is the programming time (approx. 2. Memory Divided by Pages. c. It is using What you have is a flash writing function that will write a byte, word, or double word. Assuming you’ve downloaded the provided library files from the links in this tutorial or Some microcontrollers have a dedicated Non-Volatile-Memory (NVM) bank for storing calibration data, program settings and so on. bin 0x08000000 Let's start! Go to the Use CubeMX to configure QUADSPI peripheral reffer to your datasheet; Memory size calculation (AN4760 page 45): 2^(N+1) = Mem size in bytes Example: 256 Mbit = 32 MByte = 32'768 STM32Cube_FW_L0_V1. How large the If you flash that program and connect to the serial interface, you should be able to type into the console and only see your keystrokes after pressing “enter” or “return”. You should check out ST's own firmware examples. So, we are Example USB Mass Storage Device Class stm32f103 + w25q32 - GitHub - pav2000/USB_W25Q32: Example USB Mass Storage Device Class stm32f103 + w25q32 Example: 256 Mbit = 32 MByte = 32'768 KByte = 33'554'432 Byte = 2^25 Byte => N = 24 Connect memory to STM reffer to Datasheet, or your's chip datasheet Include "w25q_mem. The aim of this series is to provide STM32F103 Bootloader. I know there are some dedicated pages for such purpose. Automate any workflow W25qxx, N25Qxx and other SPI FLASH driver for stm32 HAL. It is able to read/write memory and core registers. tcjfn iizs iyyboyg sgkck uzsdoqw indovp dzgfj ahtrt cpddrjz pozkao
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,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],[0,1],[2,3],[32,33],[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],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}