enable uart flow control for nrf52840pdk
This commit is contained in:
@ -60,7 +60,7 @@
|
||||
#define TX_PIN_NUMBER 6
|
||||
#define CTS_PIN_NUMBER 7
|
||||
#define RTS_PIN_NUMBER 5
|
||||
#define HWFC false
|
||||
#define HWFC true
|
||||
|
||||
// Used as model string in OTA mode
|
||||
#define DIS_MODEL "Bluefruit Feather 52840"
|
||||
|
@ -13,8 +13,8 @@ MEMORY
|
||||
*/
|
||||
FLASH (rx) : ORIGIN = 0xF4000, LENGTH = 0xA000 /* 40 KB */
|
||||
|
||||
/** RAM Region for bootloader. This setting is suitable when used with s132. */
|
||||
RAM (rwx) : ORIGIN = 0x20003000, LENGTH = 0x4000
|
||||
/** RAM Region for bootloader. This setting is suitable when used with s140. */
|
||||
RAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x4000
|
||||
|
||||
/** Location of non initialized RAM. Non initialized RAM is used for exchanging bond information
|
||||
* from application to bootloader when using buttonluss DFU OTA.
|
||||
|
Reference in New Issue
Block a user